Hi
I have a case where I want to duplicate the content from my dev database to the test and production databases.
The situation is that I have an app in the dev environment where, through testing, I have generated quite a lot of high-quality data. This took some time, and I would save time if I didn’t have to do the same in the test and production environments.
So my questions are:
- Is there a smoother way to transfer data between environments than building functionality for export and import using the “Export data” and “Import data” action nodes?
- What is the best way to ensure that all references from my dev environment remain intact when importing the data? Do I have to set up these references manually after importing?
Best regards,
Sigurd