Versions Compared

Key

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

The preparation steps will not affect the running system and can be done in advance.

  1. Ensure that the environment variables are set correctly:

    Excerpt-include

...

  1. Upgrade Preparations

...

This environment variable specifies where the software is installed.

...

  1. 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

...

...

titleNote!

...

You must specify the Java version required for the version that you are upgrading from.


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

    Code Block
    languagetext

...

  1. $ mzsh mzadmin/<password> systemexport <backup directory>/<filename>
    Note
    titleNote!

    These configurations must be imported after the upgrade.

  2. For safety, make an online backup of the database(s). For information about how to perform an online backup, see

...

If you are performing an upgrade of a system with large configurations, you may need to increase the maximum number of file descriptors.

...

titleExample - Changing the Maximum Number of File Descriptors on Linux.

...

languagetext
themeEclipse

...

  1. Backup and Disaster Recovery Procedures.