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:
parent
0a5cb2c51c
commit
0c895651fa
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue