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:
Kevin Fenzi 2019-10-18 05:26:36 +00:00 committed by Pierre-Yves Chibon
parent 0a5cb2c51c
commit 0c895651fa

View file

@ -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'