3.1.3.3 Properties for PostgreSQL
When you are using a PostgreSQL database, set the following properties in install.xml
:
Property | Description |
---|---|
install.pg.jdbc.user | Default value: 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: This property specifies the password for the jdbc user, previously described. |
install.pg.owner | Default value: 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: This property specifies the password for the database owner, defined with the install.pg.owner variable described above. |
install.pg.host | Default value: This property specifies IP address or hostname for the database instance. |
install.pg.db.name | Default value: This property specifies the name of the PostgreSQL database schema. |
install.pg.port | Default value: This property specifies the PostgreSQL database port. |