Versions Compared

Key

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

...

Insert excerpt
MD9:Upgrade Platform Container
MD9:Upgrade Platform Container
nopaneltrue

Note
Note
Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFBDAD

Important!

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

Oracle

The following is a list of the supported database properties:

Properties for Oracle (to be removed)

Properties for PostgreSQL

Properties for (to be removed) SAP HANAproperties 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.