How to connect acceptence envoirment on PostGre

0
when i am try connect downloaded data to postgre it getting failed 
asked
2 answers
0

Hey Rachana,

 

Can you share the error so that we can troubleshoot further?

 

Regards,

Naman Khard

answered
0

You will need to be running a compatible version of Postgres locally. You can download a backup of your Acceptance database from the Mendix Cloud and restore it to your local Postgres database. You then need to add a change to your application's configuration when running locally to look at your local Postgres database. You should now be able to see the acceptance data in your local Mendix application.

 

There is a detailed step by step explanation in the documentation on how to do this.

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

 

Good luck!

answered