Cannot able to see the database content after deploying the application

0
I cannot able to see the database content after deploying the application. But if i run locally i can able to see the data base content. Do i need to deploy the data base to cloud ,if yes please suggest me the steps
asked
2 answers
0

What do you expect?

Do you want to have your local database in your cloud application as well? In that case you can make a back-up of your local postgress database and restore this on for example a test environment. See https://docs.mendix.com/developerportal/howto/how-to-restore-a-backup

answered
0

Hi Mahendar,

Your database when running locally is separate from when you deploy to the cloud.

 

edit:

You can download the backup from your cloud environment and use it when running locally, but I still don’t think it’s possible to restore your local database to the cloud environment. The local database and cloud database are two different types. I would maintain your data in the cloud and use the back up locally.

Here is a good tutorial on setting up using the cloud back up locally.

http://www.nolanramsey.com/blog/2015/5/29/how-to-use-your-mendix-cloud-database-locally

 

answered