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


    Code Block
    languagetext
    themeEclipse
    <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"/>



    Note
    titleNote!

    You are required to edit the value for install.type to ec when upgrading the Execution Container. 


  3. Execute the upgrade.

    Code Block
    languagetext
    themeEclipse
    $ ./setup.sh upgrade

...

titleNote!

...