Export Mendix Objects and Import into new environment

0
I am setting up a dev and sandbox environment. I have around 6000 objects in prod server with associations to other entities. What is the easiest way to export all these objects with its associations and import them into a new environment? I am using different DB for prod, dev and sandbox
asked
2 answers
0

Backup and restore.  Sandbox does not support uploading a backup though.

answered
0

If you do not want the whole backup, you should look into creating message definition, create an export mapping, retrieve objects and export JSON to file and create import mapping and import the file in your other environment.

answered