diff --git a/roles/postgresql_server/templates/recovery.conf b/roles/postgresql_server/templates/recovery.conf index 2ca1015587..ef443de090 100644 --- a/roles/postgresql_server/templates/recovery.conf +++ b/roles/postgresql_server/templates/recovery.conf @@ -1,3 +1,3 @@ standby_mode = 'on' -primary_conninfo = 'host=10.5.125.47 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'