PostgreSQL Deployment Options

There are two options for deploying PostgreSQL Server with Universal CMDB:

  • Embedded. PostgreSQL is part of the Universal CMDB installation.
  • External. PostgreSQL installed on a separate server.

The embedded deployment option is appropriate for small capacity UCMDB installations. In this option, the following configuration files are used:

  • postgresql.conf
  • ucmdbpg.conf

Both files are located in the UCMDB\UCMDBServer\PostgreSQL\data\ directory. PostgreSQL parameters in the ucmdbpg.conf file overwrite parameters in the postgresql.conf file.

Note In the external deployment option, only the postgresql.conf file is used by default.