Files
zulip/puppet/zulip_internal/files/postgresql/recovery.conf
Tim Abbott b5979a3fed [manual]: Rename zulip-internal puppet module to zulip_internal.
(imported from commit 64ac7ec0f3495b1fe7810da3d4d41263c52b9b3b)
2013-11-05 17:06:32 -05:00

4 lines
184 B
Plaintext

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