Postgres DB

Overview

MOSIP uses Postgres DB for all relational data storage. The DB creation SQL scripts are located under /db_scripts folder of module repository. In sandbox deployment Postgres is installed as a docker inside the cluster. However, in production deployment, typically, Postgres will be installed external to the cluster. The same may be configured in module properties.

Last updated