...
This procedure can be used after a simplified upgrade.
Note |
---|
Note!You must rollback to Java 1.8 before you downgrade to an earlier version than 8.0. |
To revert to a previously installed version, execute the following procedure:
...
Disable all workflow groups, either from the Execution Manager in Desktop, or by entering the following command:
Code Block $ mzsh mzadmin/<password> wfgropudisablewfgroupdisable \*
Note title Note! If you use the
wfgroupdisable
command, make sure that you enable all system tasks again when you are done.Stop all workflows.
Shut down all connected Desktops.
If you want to see which Desktops that are connected, you can use the following command:
Code Block $ mzsh mzadmin/<password> pico -view
Note title Note! This command will also display other pico instances, such as ECs.
Shut down the Platform and all ECs.
Code Block $ mzsh shutdown Platformplatform <ec name> ...
Remove MZ_HOME.
Code Block $ rm -rf $MZ_HOME
Restore the backup of MZ_HOME.
Code Block $ cp -r <backup directory> $MZ_HOME
If you are downgrading a system not using OracleDerby, restore the database backup.
Note |
---|
...
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 |
---|
Note! |
...
You must rollback to Java 8 before you downgrade to 8.3 or earlier. |
Info | |||||||
---|---|---|---|---|---|---|---|
Example - Setting Environment Variables
|
Start the Platform and all ECs.
Code Block $ mzsh startup
...
platform <ec names> ...
Import the configurations that were exported in the old version prior to the upgrade.
Code Block $ mzsh mzadmin/<password> systemimport <backup directory>/<filename>
Start the real-time workflows.
Enable the Workflow Groups.
Code Block $ mzsh mzadmin/<password> wfgroupenable \*
Scroll pagebreak |
---|