Backup of production environment due to downsize environment request?

0
Hi, I have raised environment downsize request for mendix app. Mendixteam requested “The confirmation that you have a backup of all your data to be restored after the creation of the new database". Is there need to do backup of production or will it lost production data after downsize? Can you please provide me the steps to perform production environment backup? Thanks and Regards, Samarth Jadhav
asked
1 answers
0

The answer is pretty much given already. I will summarize it with some extra details:

  1. When you are ready, stop your production application to prevent it from creating new data
  2. manually trigger a backup action, this creates a snapshot of the current database + files
  3. download the full backup which includes both files and database
  4. inform mendix support to down scale your app/database
  5. after down scaling has been completed, upload your full backups archive
  6. restore the uploaded archive to your environment
  7. start environment and confirm your data is still there

 

With this approach, your SAML configuration will be kept. Because the related data is stored in database and files which will be restored.

The above instructions should be given by Mendix support already. 

Personally I would advice you to practice the procedures first with non-production to get familiar with the steps.

answered