Versions Compared

Key

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

...

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

    Code Block
    $ ./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. Startup the platform.

    Code Block
    $ mzsh startup platform
  4. If you are upgrading from 8.3, you have to start the pico for the User Interface.

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

    If you wish to change the port number, execute the following command:

    Code Block
    mzsh topo set topo://container:<platform-container>/pico:ui/val:config.properties.ui.webserver.port <port-number>

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

...