Data missing after migration from SVN to Git and upgrade to Mendix 10
0
Hi everyone, I recently migrated my Mendix project from SVN to Git and also upgraded it from Mendix 9 to Mendix 10.The migration process completed successfully, and the project is running fine. However, I’ve noticed that no data is appearing in the application after connecting it to the same PostgreSQL database that was used earlier in Mendix 9. Here’s what I’ve tried so far: Configured the same PostgreSQL database in Mendix Studio Pro. Verified that the database still contains all the records (around 349 entries). Tried copying the old deployment/data folder — but that didn’t restore the data either. Still, when I run the app, it shows empty data (no records are visible). Has anyone faced a similar issue after migration to Git and Mendix 10?Do I need to update or reinitialize the database schema manually to make Mendix recognize the existing data? Any suggestions or guidance would be really helpful! Thanks in advance,Reemali
asked
Reemali Patil
1 answers
0
Could you double check that your active configuration still uses all the right settings for your database and postgres version etc?
And when you start the model you can check the console to see if indeed a connection is made with your local postgres database (Synchronizing model objects to the database.).
And you would always get a popup locally if your Mx9 database has not yet been run on a Mx10 model because some version information is then stored to the database.