MDM Version Check
The <project_folder> Files/etc/mdm-version.gen.xml file stores the MDM configuration version.
Example of mdm-version.gen.xml
<version version="14.1.0"/>Upgradability support
All main components (MDM Server, MDM Web App, MDM storage database) are aware of the release version and check for compatibility on application startup.
- 
When the components are compatible, all the components start and the database version is updated if out of date. 
- 
When the components' versions are mismatched, the application startup fails with an error and the information is captured in a log. 
- 
When the configuration version doesn’t match, the information is captured in a log. 
The version check is configured in MDM Server Application Properties.
MDM Server application.properties
ataccama.one.mdm.version.check=trueWas this page useful?