mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
postgresql / kojidb standby: try connecting 02 to 01, not 02 to itself.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
0a5cb2c51c
commit
0c895651fa
@@ -1,3 +1,3 @@
|
||||
standby_mode = 'on'
|
||||
primary_conninfo = 'host=10.5.125.48 port=5432 user=replication password={{ koji_db_replication_password }}
|
||||
primary_conninfo = 'host=10.5.125.47 port=5432 user=replication password={{ koji_db_replication_password }}
|
||||
trigger_file= '/var/lib/pgsql/trigger_file'
|
||||
|
||||
Reference in New Issue
Block a user