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.
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.