Files
zulip/puppet/zulip_ops/files/postgresql/recovery.conf
Alex Vandiver b114eb2f10 puppet: Rename env-wal-e to env-wal-g.
It runs wal-g now, not wal-e; make its name respect that.
2020-06-11 15:52:43 -07:00

4 lines
149 B
Plaintext

standby_mode = on
primary_conninfo = 'host=postgres3.zulipchat.net user=replicator'
restore_command = '/usr/local/bin/env-wal-g wal-fetch "%f" "%p"'