Using Managed PostgreSQL
If you already have PostgreSQL in your local environment that Expertflow CX components can use, follow this guide to make the necessary configurations.
These steps require PostgreSQL server’s administrative access. A utility psql
cane be used to login to the PostgreSQL server. Another utility pgadmin is available for web based administration of the PostgreSQL.
Create User and Password
Add the following username and password to your existing PostgreSQL
Entity | Value |
---|---|
username | sa |
Password | Randomized string |
Add the Database Schema
Import the pre-deployment/licensemanager/licensemanager.sql
in existing PostgreSQL database.
Create the Keycloak Database
Add database with the name of keycloak_db
Update the Expertflow CX environment
Edit the cim/ConfigMaps/ef-license-manager-configmap.yaml
and change the DB_URL
, DB_USER
and DB_PASS
to reflect localized environment values.