Copy product data in data model from development to production
Hi there, I have my product specific data stored in a schema and data table in development environment. Does anybody now an easy way of how I can "copy" the data from the development environment to my production environment? Deploying will move over the structure and models, but not the data. Thanks
1 Reply
Hello,
There's currently no way to do this, built into Gadget. If you want to move data from one environment to another, you should build a globally scoped action that moves the data using a new instance of your api client. Note that all Shopify model data can simply be synced.
PS. We generally recommend that you not use production stores/data for testing. This would also help you avoid needing to do a data migration