Simplified Downgrade Procedure

A system downgrade is a user controlled downgrade to an older version of MediationZone.               

This procedure can be used after a simplified upgrade. 
To revert to a previously installed version, execute the following procedure:

  1. Ensure that the environment variables are set correctly:

Variable

Description

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:

$JAVA_HOME/bin:$MZ_HOME/bin

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
  1. Disable all workflow groups, either from the Execution Manager in Desktop, or by entering the following command:

    $ mzsh mzadmin/<password> wfgroupdisable \*

Note!

If you use the wfgroupdisable command, make sure that you enable all system tasks again when you are done.

  1. Stop all workflows. 

  2. Shut down all connected Desktops.

  3. If you want to see which Desktops that are connected, you can use the following command:

    $ mzsh mzadmin/<password> pico -view

Note!

This command will also display other pico instances, such as ECs..

  1. Shut down the Platform and all ECs.

  2. Remove MZ_HOME.

  3. Restore the backup of MZ_HOME.

  4. If you are downgrading a system not using Derby, restore the database backup.

Resume Workflow Execution

  1. Set the environment variables JAVA_HOME and PATH according to the system requirements of the restored version.

  1. Start the Platform and all ECs.

  2. Import the configurations that were exported in the old version prior to the upgrade.      

  3. Start the real-time workflows.

  4. Enable the Workflow Groups.