Configuring the PostgreSQL Database for PSC-EBX
To configure the PostgreSQL Database for PSC-EBX, perform the following steps:
- Procedure
- Start the PostgreSQL Database.
-
Navigate to
$PSC_HOME/db/postgresql/configure
and modify thepostgres_pscebx_db.properties
file. -
Run the
$PSC_HOME/db/postgresql/configure/doall.sh
to run all the database scripts in one go. -
Uncomment and update the database details such as database url, username, password, and dataspace to the following section in the
$PSC_HOME/ebx.properties
file under##Case EBX® persistence system is PostgreSQL
:-
ebx.persistence.factory=postgresql
-
ebx.persistence.url
-
ebx.persistence.driver
-
ebx.persistence.user
-
ebx.persistence.password
Note: There are multiple occurrences of each of the property mentioned above. Comment all the other properties and there must be a singleebx.persistence.factory
property, which points to the PostgreSQL database. -