Configuring CMS to Work with PostgreSQL
Important
PostgreSQL is supported starting from 8.5.304.xx release of the Genesys Knowledge CMS
Please use the latest stable version of PostgreSQL.Prerequisites
- Create new database in PostgreSQL
- Create user account to access the database
Configuring CMS
- Configure database properties in the Genesys Knowledge Center Cluster application.
- Open Genesys Administrator and navigate to Provisioning > Environment > Applications.
- Select the application defined for the Knowledge Center Cluster and click Edit.
- From the Options tab in the cms.cluster section, set the following options:
- for option type set postgre value.
- dbConnectionUrl - to JDBC connection string for connection to PostreSQL Server following the format:
jdbc:postgresql://<host_of_PostgreSQL>:<port_of_PostgreSQL>/<CMS_DB_name>
- dbUsername - set to the username that needs to be used to login to PostgreSQL.
- dbPassword - set to the password for db account.
This page was last edited on October 16, 2017, at 18:03.
Comments or questions about this documentation? Contact us for support!