Data missing after app update?

0
I have an application which stores information about multiple entities in the database. Last week we pushed a new package to our production environment, everything seemed okay. Unfortunately we've now discovered that all objects of a particular entity have gone missing. No other entities are affected, and we can still see objects from entities that had a connection to the missing one (albeit with no data about the missing objects). We're really stuck with what could have happened, especially since the update didn't include changes to the security settings or domain model. Any ideas on how this could have happened and how to fix it are welcome.  Using Mendix studio pro 10.12.4. 
asked
1 answers
0

Hartley,

When you make changes to the entity in question, do you commit those changes?  One possibility is that all of the objects you were seeing were not committed.  When you restarted, those uncommitted entities would have been removed from the database.

Mike

answered