Files
zulip/servers/puppet/modules/humbug/files/postgresql/recovery.conf
Zev Benjamin af3ef8636c puppet: Add Postgres recovery.conf
Note that this file needs to be copied over manually as part of the
process of starting up a new replica.

(imported from commit a9f14b695ef2b6b4d48b6180d187c3babf5a667c)
2013-04-22 16:36:09 -04:00

4 lines
187 B
Plaintext

standby_mode = on
primary_conninfo = 'host=postgres.humbughq.com user=replicator password=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
restore_command = '/usr/local/bin/env-wal-e wal-fetch "%f" "%p"'