diff --git a/servers/puppet/modules/zulip/files/postgresql/recovery.conf b/servers/puppet/modules/zulip/files/postgresql/recovery.conf index 655e6b5259..35f56a2097 100644 --- a/servers/puppet/modules/zulip/files/postgresql/recovery.conf +++ b/servers/puppet/modules/zulip/files/postgresql/recovery.conf @@ -1,3 +1,3 @@ standby_mode = on -primary_conninfo = 'host=postgres.humbughq.com user=replicator password=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' +primary_conninfo = 'host=postgres.zulip.net user=replicator password=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' restore_command = '/usr/local/bin/env-wal-e wal-fetch "%f" "%p"'