Update intrnal db after deploying

0
I know we can update and query the db with the build-in database viewer when the app is run locally. Is there a way to access a database viewer when the app is deployed to the Mendix cloud?
asked
2 answers
0

In this case you will need to take a backup from the Mendix Cloud and download this to a local instance of PostgreSQL. You can then point your local Studio Pro to use this if necessary, or just query it using SQL. More details on how to do this can be found in the documentation.

 

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

 

I hope this helps. Good luck!

answered
0

My app is deployed as a free app on the mendix cloud so I don't think I have the option to upload a database to the environment. 

 

After updating the domain model it seems like I completely broke my app. Is there a way to reset the database on the deployment?

answered