Configuring PostgreSQL
Review and complete the instructions to configure PostgreSQL on UNIX or Linux®.
For more information about PostgreSQL instructions, see the PostgreSQL documentation.
Procedure
- Configure the PostgreSQL database.
- Download and install the PostgreSQL database.
- Set up schema, and ensure that the PostgreSQL database is created and contains the appropriate data.
- Set up the PostgreSQL user privileges.
- Configure the PostgreSQL parameters.
- Verify that you can establish a connection to the PostgreSQL database from an external system or a third-party JDBC client.
- Enable Sterling™ Order Management System Software to connect to the PostgreSQL database.
- Download the PostgreSQL database JDBC driver.
- Install the PostgreSQL database JDBC driver into your Sterling Order Management System Software
installation.
- If you are using Operator, Install the PostgreSQL database driver through Operator annotations. Then, configure the database connection parameters and data management properties through operator.
- If you are using the DTK, install developer toolkit with PostgreSQL database.
- If you are using the
om-baseimage customizations, see Customizing and generating container images.
- Extend your database, if necessary.
- Create the database tables.
- If you are using the DTK or Operator in the upgrade or install mode, the table alters are automatically applied.
- If you want to manually create the database tables, follow the steps explained in manually create the database tables.