Version Compatibility
If you use DMC (Deployment Monitoring Console), you may need to update DMC when you update your version of Liquibase Enterprise/Liquibase Business/Datical DB.
To find which versions of DMC can be used with which versions of Liquibase Enterprise/Liquibase Business/Datical DB, expand the Datical DB and Deployment Monitoring Console Compatibility Matrix section at DMC Compatibility Matrix and Release Notes.
DMC 7.x Upgrade Instructions
If you have manually changed the java version used by DMC, you will need to restore DMC’s default version of Java (11.0.8) before any time that you upgrade DMC. Move or copy Java 11.0.8 from the /opt/datical/old_jre
directory back to the /opt/datical/jre
directory prior to starting your DMC upgrade. DMC expects Java version 11.0.8 to be in the /opt/datical/jre
directory for the DMC upgrade process to be successful. After your DMC upgrade is complete, you can change to a different 11.x java version, if desired. For more information, see Changing the Java version for DMC.
These instructions can be used to upgrade from an earlier DMC 7.x version to a newer DMC 7.x version (such as upgrading from DMC 7.12 to DMC 7.17):
Log in to software.datical.com. Go to Folders, Common, Datical_DMC_Software, and download the .sh file for the version of DMC that is compatible with your version of Liquibase Enterprise/Liquibase Business/Datical DB.
Copy the .sh file (for example
datical-service-unix-7_17_243-master.sh
) to your existing DMC server.Run the installer with the following command.
Put in the appropriate version number:
/home/datical> sudo bash /datical-service-unix-<version>-master.sh
For example:
/home/datical> sudo bash /datical-service-unix-7_12_216-master.sh
Enter your existing OS user as the admin user and admin group.
Enter the directory of the previous DMC installation when prompted for an install location.
The installer will update your installation and restart affected DMC services. You can begin using the new version of the DMC immediately.