Follow the steps in this section to upgrade the Platform Container.
...
Excerpt |
---|
Warning |
---|
| 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 |
---|
| If the existing installation has additional JVM argument configured before, you need to check if there are obsoleted in Java 17. You must remove them if there are obsoleted. Please refer to Java 17 docs for details on obselete and removed JVM options since Java 8. Refers to Managing Picos with Topo for JVM Arguments configuration. |
Note |
---|
| 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. |
|
Enter the release content directory that was created when you extracted the delivered *.tgz file during the Preparations, and execute the upgrade.
Code Block |
---|
|
$ ./setup.sh upgrade |
When using the setup.sh upgrade command, setup log file will be generated in the $MZ_HOME/log directory.
Tip |
---|
|
It may be a good idea to open a new command line window in order to keep track of the log files. |
Start the pico for the User Interface.
Code Block |
---|
|
$ mzsh topo set -l pico:ui template:mz.standard-ui
$ mzsh startup ui |
MZ 9 upgrade does not install the legacy Web Desktop by default. If this feature is still required, see Installing Web Desktop Server
...