These settings specify options for the PostgreSQL data directory configuration.

Note: The Carbon Black EDR Unified View server runs its own instance of PostgreSQL on a non-standard port, and this instance hosts the Carbon Black EDR Carbon Black database only.

Name

Description

PgSqlDataDir=/var/cb/data/pgsql

Used for storing pgsql data.

PgSqlPidFile=/var/run/cb/cb-pgsql.pid

Path to the PID file used for cb-pgsql service control.

PgSqlLogfilePath=/var/log/cb/pgsql/startup.log

Path to the cb-pgsql startup log file, which captures any output that is generated before the logging framework starts up.

PgSqlHost="*"

Network interfaces on which cb-pgsql listens. Specify * to listen on all available interfaces. You can specify more than one interface by using a comma (,) separator.

PgSqlPort=5002

Listening port for cb-pgsql .

DatabaseURL=postgresql+psycopg2://cb:Uc0nllfkyLEVnRmJ@localhost:5002/cb

SQLAlchemy database URL to be used when connecting to PostgreSQL.