How to use your cloud database locally?

0
I’d like to get my cloud database to my local computer so when I’m developing and testing locally I’m using the same data that’s in the cloud.  How do I do this? BTW...I’m running a free app in the sandbox. Thank you!
asked
1 answers
1

Check out: https://docs.mendix.com/developerportal/operate/download-backup to dowload the back up from your free environment.

Then using a postgres database you can restore this backup locally and run it.

Described here: https://docs.mendix.com/developerportal/operate/restore-backup-locally#3-restoring-the-backup-to-postgres

answered