Is it possible to use old database with existing data, with new server (same app and namespace) in mendix for private cloud?

0
Example: an sql database  is used by mendix app  for private cloud (kubernetes) with name “mdx-app” and namespace “mendix” in server 1. Server 1 is going to be changed with server 2. If i deploy the same mendix app “mdx-app” to same namespace “mendix”, can i use the old sql database as long as the database plan, mendix app, and namespace is the same? 
asked
1 answers
0

Yes you can. As long as the model is the same you could just upload the database from environment one and restore it in environment 2. See the m2ee commands for doing database downloads and restore.

Regards,

Ronald

 

answered