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:
Disable all workflow groups, either from the Execution Manager in Desktop, or by entering an mzsh command, for example:
$ mzsh mzadmin/<password> wfgropudisable \*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 -viewShut down the Platform and all ECs.
$ mzsh shutdown Platform <ec name> ...Remove MZ_HOME.
$ rm -rf $MZ_HOMERestore the backup of MZ_HOME.
$ cp -r <backup directory> $MZ_HOMEIf you are downgrading a system using Oracle, restore the database backup.
Resume Workflow Execution
Set the environment variables JAVA_HOME and PATH according to the system requirements of the restored version.
Start the Platform and all ECs.
$ mzsh startup Platform <ec names> ...Import the configurations that were exported in the old version prior to the upgrade.
$ mzsh mzadmin/<password> systemimport <backup directory>/<filename>Start the real-time workflows.
Enable the Workflow Groups.