Simplified Downgrade Procedure
A system downgrade is a user controlled downgrade to an older version of . Â Â Â Â Â Â Â Â
This procedure can be used after a simplified upgrade.Â
To revert to a previously installed version, execute the following procedure:
Ensure that the environment variables are set correctly:
Variable | Description |
---|---|
MZ_HOME | This environment variable specifies where the software is installed. |
JAVA_HOME | This environment variable specifies where the JDK is installed. |
PATH | This environment variable specifies where the search path must contain the following directories:
|
Example - Extracting the Upgrade Software
$ export MZ_HOME=/opt/mzÂ
$ export JAVA_HOME=/opt/jdk/jdk-17.0.2
$ export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH
Â
Disable all workflow groups, either from the Execution Manager in Desktop, or by entering the following command:
$ mzsh mzadmin/<password> wfgroupdisable \*
Â
Stop all workflows.
ÂShut down all connected Desktops.
ÂIf you want to see which Desktops that are connected, you can use the following command:
$ mzsh mzadmin/<password> pico -view
Â
Shut down the Platform and all ECs.
Â
Remove MZ_HOME.
Â
Restore the backup of MZ_HOME.
Â
If you are downgrading a system not using Derby, restore the database backup.
Note!
If you are using SAP HANA as the Platform database, you will need to disable TLS/SSL on the SAP HANA database before you downgrade your Platform.
Resume Workflow Execution
Set the environment variables JAVA_HOME and PATH according to the system requirements of the restored version.
Note!
You must rollback to Java 8 before you downgrade to 8.3 or earlier.Â
Â
Start the Platform and all ECs.
Â
Import the configurations that were exported in the old version prior to the upgrade. Â Â Â Â
Â
Start the real-time workflows.
ÂEnable the Workflow Groups.