Creating a PostgreSQL Database for the Archival Service

Create a PostgreSQL database for the Archival Service by configuring and running the following script.

Procedure

  1. Open $OM_HOME/db/dbscripts/postgreSQL/archival/bin/postgres_archival_db.properties file in a suitable editor and update the following values:
    Property Update the Value for
    PG_HOME PostgreSQL database home
    PG_HOST PostgreSQL database host
    PG_PORT PostgreSQL port
    PG_SUPER_USER_NAME PostgreSQL superuser name
    PG_SUPER_USER_PASSWORD PostgreSQL superuser password
    PG_ARCHIVAL_USER New Archival user
    PG_ARCHIVAL_PASSWORD Password for the Archival user
    PG_ARCHIVAL_DATABASE Archival database name
    PG_ARCHIVAL_SCHEMA Archival schema
    PG_ARCHIVAL_TABLESPACE Archival tablespace
    PG_ARCHIVAL_TABLESPACE_LOCATION Archival tablespace location
    IS_CLOUD_PLATFORM Default value is false. You need to set it to true if the database is on a cloud platform.
    EXECUTE_DDL_DML_ONLY Default value is false. You need to set it to true if you want to execute only DDL/DML.
  2. Save and close the file.
  3. Run the $OM_HOME/db/dbscripts/postgreSQL/archival/bin/db-setup.sh script.