PostgreSQL

PostgreSQL Server Deployment

Postgresql server is required for all the modules. The Helm charts of respective modules install a unique Postgresql server for each module - this is to have a clean separation and management of modules. However, in a production setup, you may install only one Postgresql server (in master-slave configuration) or use a Cloud-native database like Amazon RDS or Azure Postgres Service.

The procedure below installs an instance of Postgresql using Helm charts if you wish to install Postgresql separately.

Last updated

#712: Pramod's Jun 3 changes

Change request updated