Versions Compared

Key

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

...

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

  2. Once you have prepared the install.xml file, edit with the following:

    Info
    titleExample - Editing the install.xml file


    Note
    titleNote!

    Ensure that the value for install.type is set to ec when upgrading the Execution Container. 

    These properties should be configured according to the platform container setup. 


    Code Block
    languagetext
    themeEclipse
    <property name="install.types"  value="ec"/>
    <property name="pico.rcp.platform.host" value="<platform-host>"/>
    <property name="pico.rcp.platform.port" value="6790"/>
    <property name="pico.rcp.server.host"   value="<host ip>"/>
    <property name="mz.webserver.port"   value="9000"/>
    <property name="install.security" value="true"/>



  3. Execute the upgrade.

    Code Block
    languagetext
    themeEclipse
    $ ./setup.sh upgrade


...