Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ensure that the environment variables are set correctly:

    Excerpt-include

    Variable

    Upgrade Preparations

    DescriptionMZ_HOME
    This environment variable specifies where the software is installed.
    JAVA_HOMEThis environment variable specifies where the JDK is installed.PATHThis environment variable specifies the search path and must contain the following directories: $JAVA_HOME/bin:$MZ_HOME/bin

    Upgrade Preparations
    nameupgrade_variables
    nopaneltrue

    Info
    titleExample - Setting Environment Variables


    Code Block
    languagetext
    themeEclipse
    export MZ_HOME=/opt/mz
    export JAVA_HOME=/opt/jdk/jdk-17.0.2
    export PATH=$JAVA_HOME/bin:$MZ_HOME/bin:$PATH


  2. Make a system export of all your configurations with System Export.

    Code Block
    languagetext
    $ mzsh mzadmin/<password> systemexport <backup directory>/<filename>
    Note
    titleNote!

    These configurations must be imported after the upgrade.

  3. For safety, make an online backup of the database(s). For information about how to perform an online backup, see Backup and Disaster Recovery Procedures.