Versions Compared

Key

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

Follow the steps in this section to upgrade the Platform Container.

...

Excerpt


Warning
titleImportant!

When upgrading to 9.x, install.admin.password must be set according to your current admin password before proceeding with the ./setup.sh upgrade step.


Warning
titleImportant!

If the existing installation has additional JVM arguments configured and they which are obsolete in Java 17, remove them and update to use supported options.

Please refer to Java 17 docs for details on 'Obsolete' and 'Removed' Java options since Java 8.

Refers to Managing Picos with Topo for JVM Arguments configuration.


Note
titleNote!

When upgrading to 9.x, the install.security property (in install.xml) is automatically set to true. If you prefer to disable this setting, it must be manually changed to false

If install.security was set to false before the upgrade and is set to true after or during the upgrade, you need to change the url in the desktop launcher from http to https.



  1. Enter the release content directory that was created when you extracted the delivered *.tgz file during the Preparations, and execute the upgrade.

    Code Block
    themeEclipse
    $ ./setup.sh upgrade


  2. When using the setup.sh upgrade command, setup log file will be generated in the $MZ_HOME/log directory.

    Tip
    titleHint!

    It may be a good idea to open a new command line window in order to keep track of the log files.


  3. Start the pico for the User Interface.

    Code Block
    themeEclipse
    $ mzsh topo set -l pico:ui template:mz.standard-ui
    $ mzsh startup ui


  4. MZ 9 upgrade does not install the legacy Web Desktop by default. If this feature is still required, see Installing Web Desktop Server

...