A system downgrade is a user-controlled downgrade to an older version of .
This procedure can be used after a simplified upgrade. For information about how to downgrade after a standard upgrade, see 7. Standard Downgrade Procedure.
Note | ||
---|---|---|
| ||
You must rollback roll back to Java 1.7 before you downgrade to an earlier version than 7than 7.0. If that is the case, follow the procedure provided in Appendix C - Java Version Change before you execute the downgrade procedure below. |
To revert to a previously installed versioninstalled version, execute the following procedure:
Ensure that the environment variables are set correctly:
Insert excerpt 7.1 Downgrade Preparations 7.1 Downgrade Preparations nopanel true Info title Example - Extracting the Upgrade Software Code Block language text theme Eclipse $ export MZ_HOME=/opt/mz $ export JAVA_HOME=/opt/jdk/jdk1.8.0_121 $ export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH
Disable all workflow groups, either from the Execution Manager in Desktop , or by entering an mzsh command, for example:
Code Block theme Eclipse $ mzsh mzadmin/<password> wfgropudisable \*
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 theme Eclipse $ mzsh mzadmin/<password> pico -view
Note title Note! This command will also display other pico instances, such as EC/ECSAs.
Shut down the Platform and all EC/ECSAs.
Code Block theme Eclipse $ mzsh shutdown Platform <ec name> ecsa name> ...
Remove MZ_HOME.
Code Block theme Eclipse $ rm -rf $MZ_HOME
Restore the backup of MZ_HOME.
Code Block theme Eclipse $ cp -r <backup directory> $MZ_HOME
If you are downgrading a system using Oracle, restore the database backup.
Note title 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. Refer to Downgrade on the Release Documentation for the steps.
...
Set the environment variables JAVA_HOME and PATH according to the system requirements of the restored version.
Info title Example - Setting Environment Variables Code Block language text theme Eclipse $ export MZ_HOME=/opt/mz $ export JAVA_HOME=/opt/jdk/jdk1.7.0_07 $ export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH
Start the Platform and all EC/ECSAs.
Code Block theme Eclipse $ mzsh startup Platform <ec names> <ecsa names> ...
Import the configurations that were exported in the old version prior to the upgrade.
Code Block theme Eclipse $ mzsh mzadmin/<password> systemimport <backup directory>/<filename>
- Start the real-time workflows.
- Enable the Workflow Groups.
Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
Scroll pagebreak |
---|