Development Data not migrated to Production target using Docker

Hello All,

I am using NodeJS + Docker + MY SQL DB Created by Docker + DO.

I want to use the saved data in Development to Production.
I followed this tutorial & also clicked on "Save Database Data and Structure" button, however, when I deploy to Production, I do not see the saved data. The tables are created as per Development targets but without data.

Is it possible to get the development data migrated to Production?
Your help is highly appreciated as I want to go live.

I believe that tutorial is only for repopulating your local database.

The option Wappler provides is "Database seeds", but that may not be the optimal solution for your needs.

I created a feature request for the ability to promote data during migration/publish. Please vote if this is what you need.

Thanks @kfawcett
I used Database Seeds which did my job this time.
Voted for your feature request as I think a solution to be able to migrate critical data is needed instead of creating seeds for each table.