Question about moving to SVN server and databases

0
I’m currently in the process of moving an app from the Mendix Team server to the SVN server. However, when I unpack the new SVN release package and try to start my app, m2ee seems to want to remove all of my old database tables and replace them with new ones. I’d like to avoid this if possible, as I don’t want to lose the data that’s already in the database. Is there a way to avoid this? (See below – the changes between this package and the previous one shouldn’t require that many queries.) Thanks
asked
1 answers
0

Guess you are deploying your app on your own on premise server?

fyi; this has nothing to do with the Team server/SVN.

Answer on your question: just (e)xecute the database synchronization. Because the DB must be synced according to your new/changed domain model.

answered