Skip to content

Demo: configuration of direct connection to Postgres

Pavlo Strokov requested to merge ps-demo-direct-db-conn into master

With introduction of database notifications listener we need to configure direct connection between praefect and postgres as PgBouncer can't serve LISTEN operation with transaction scoped configuration. The change adds praefect instances IPs to the list of allowed IPs of the Postgres database. So each praefect is allowed to connect directly to it.

Closes: #3354 (closed)

Merge request reports

Loading