Important!
If the existing installation has additional JVM arguments configured 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.
See Managing Picos with Topo for JVM Arguments configuration.
Follow the steps in this section to upgrade an Execution Container.
Before proceeding with the upgrade, you are required to perform backups, copy the MZ license file to the release directory and prepare the
install.xml
file. For more information, refer to Preparations.Once you have prepared the
install.xml
file, edit the following:Example - Editing the install.xml file
Note!
Ensure that the value for
install.type
is set toec
when upgrading the Execution Container.These properties should be configured according to the platform container setup. For more information, refer to Execution Container Properties.
<property name="install.types" value="ec"/> <property name="pico.rcp.platform.host" value=""/> <property name="pico.rcp.platform.port" value="6790"/> <property name="pico.rcp.server.host" value=""/> <property name="mz.webserver.port" value="9000"/> <property name="install.security" value="true"/>
Execute the upgrade.
$ ./setup.sh upgrade
0 Comments