3.1.3.3 Properties for PostgreSQL

When you are using a PostgreSQL database, set the following properties in install.xml:

PropertyDescription
install.pg.jdbc.user

Default value: mzadmin

This property specifies the username of the database that the Platform will be using during runtime.

Note!

The installation will fail if the same username is configured for both the database owner, install.pg.owner, and the runtime (jdbc) user.

install.pg.jdbc.password

Example value: mz

This property specifies the password for the jdbc user, previously described.


install.pg.owner

Default value: mzowner

This property specifies the PostgreSQL username for the database owner. The user will own all the data definitions in the PostgreSQL instance to be created.

Note!

The installation will fail if the same username is configured for both the database owner and the runtime (jdbc) user, mz.jdbc.user .  

install.pg.password

Default value: mz

This property specifies the password for the database owner, defined with the install.pg.owner variable described above.


install.pg.host

Default value: 127.0.0.1

This property specifies IP address or hostname for the database instance.


install.pg.db.name

Default value: mz

This property specifies the name of the PostgreSQL database schema.


install.pg.port

Default value: 5432

This property specifies the PostgreSQL database port.