Migrate local data to acceptance and production

0
Hi ,I am using database connector to fetch data from MySQL and for some proxi issues I am not able to use Database connector on acceptance and production. I am connecting to prduction database and storing all the data in my local. How do I migrate the data into production environment
asked
1 answers
1

Are your production and acceptance environments on the Mendix Cloud? If they are, then they will be using Postgres. You can install Postgres locally and point your local application to use that. You can take a dump of this data using pgAdmin (or your favourite Postgres tool), upload this to the Cloud, and restore it. 

https://docs.mendix.com/developerportal/operate/restore-backup/

I hope this helps.

answered