Versions Compared

Key

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

...

  1. Enter the release content directory and prepare the install.xml file by running the following command:

    Code Block
    $ cd <release content directory>
    $ ./setup.sh prepare

    The *.mzp packages have now been extracted, and the install.xml has been extracted into the release content directory. The install.xml file will automatically be populated with information from your existing installation.

Note

Refer Refer Platform Properties to know more about these properties and their default values.

...

Excerpt
nameimportant
Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFEBE6

Important!

If your existing MZ_HOME platform database is configured to use other database type rather than the default Derby, you need to check and update the respective database related properties from the install.xml file to match your current setup.

Oracle

The following properties require manual update:

<property name="install.ora.jdbc.user" value="mzadmin"/>
<property name="install.ora.jdbc.password" value="mz"/>

<property name="install.ora.owner" value="mzowner"/>
<property name="install.ora.password" value="mz"/>
<property name="install.ora.host" value="localhost"/>
<property name="install.ora.size" value="small"/>
<property name="install.ora.port" value="1521"/>
<property name="install.ora.home" value="/opt/oracle"/>
<property name="install.ora.sid" value="MZ"/>

See Properties for Oracle for details.

PostgreSQL

See Properties for PostgreSQL for details.

SAP HANA

See Properties for SAP HANA for details.

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFEBE6

Important!

If you are upgrading from 9.0.0.0 or 9.0.1.0 and using other database type rather than the default Derby, then you need to manual copy the database 3pp jar to the $MZ_HOME/3pp folder prior the upgrade.

However this is not required if your current running version is 9.0.2.0 onwards.

Note

Note!

If you are upgrading from 8.x and using Oracle as system database, you need to use Oracle 19c (19.20.0.0) JDBC drivers (ojdbc8.jar/ojdbc10.jar).
Currently the Oracle Database JDBC drivers 21c and 23c are not supported. Using ojdbc8.jar/ojdbc11.jar from Oracle Database JDBC 21c or 23c will cause upgrade errors.

The jar file can be downloaded from https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html

...