How to move data from production databaseto test database?

0
Hi all, I’m trying to transfer the data from the production database into the Test database. Is there an easy way to do this through Mendix? Please let me know how can I approch this.Thanks in advance.   Thanks, Venkat.
asked
2 answers
4

You can create a backup of your Production database and restore it in the test environment. You can easily do this from the Cloud Portal

 

HowTo: https://docs.mendix.com/developerportal/howto/how-to-restore-a-backup

answered
1

The method differs a bit between the V3 cloud vs the V4 cloud. In V3 it is real easy and you can select to restore a backup to a different environment. In the V4 cloud you need to download the backup from production firtst and then do an upload to the test environment. Note that this action clears the test environment. So the V3 cloud the proces is much easier and I hope this in the near future will also be possible in the V4 cloud.

Regards,

Ronald

answered