ansible/roles/postgresql_server/templates/recovery.conf
Kevin Fenzi d2fa094677 postgresql_server: add missing ' to end of connection statement
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:13 +02:00

3 lines
173 B
Text

standby_mode = 'on'
primary_conninfo = 'host=10.5.125.47 port=5432 user=replication password={{ koji_db_replication_password }}'
trigger_file= '/var/lib/pgsql/trigger_file'