Versions Compared

Key

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

...

Note

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

Insert excerpt
Upgrade Platform Container
Upgrade Platform Container
nopaneltrue

Insert excerpt
Upgrade Platform Container
Upgrade Platform Container
namejvm-arguments-note
nopaneltrue

Excerpt
hiddentrue
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

...