Creating a PostgreSQL database for Orchestrator in case of Redis
Create a PostgreSQL database for the Orchestrator by running the provided scripts.
- Procedure
- Open the
$OM_HOME/db/dbscripts/postgreSQL/orch/bin/postgres_orch_db.properties
file in a suitable editor and update the following values:Property Update the Value for PG_HOST
PostgreSQL database host PG_PORT
PostgreSQL port PG_SUPER_USER_NAME
PostgreSQL superuser name PG_SUPER_USER_PASSWORD
PostgreSQL superuser password PG_ORCH_USER
New Orchestrator user PG_ORCH_PASSWORD
Password for the Orchestrator user PG_ORCH_DATABASE
Orchestrator database name PG_ORCH_SCHEMA
Orchestrator schema PG_ORCH_TABLESPACE
Orchestrator tablespace PG_ORCH_TABLESPACE_LOCATION
Orchestrator tablespace location IS_CLOUD_PLATFORM
The default value is false. You need to set it to true if the database is on a cloud platform. EXECUTE_DDL_DML_ONLY
The default value is false. You need to set it to true if you want to run only DDL/DML. - Save and close the file.
- Run the
$OM_HOME/db/dbscripts/postgreSQL/orch/bin/db-setup.sh
script.