]> WPIA git - infra.git/commit
fix: replication needs max_wal_senders
authorFelix Dörre <felix@dogcraft.de>
Thu, 14 Dec 2017 21:46:14 +0000 (22:46 +0100)
committerFelix Dörre <felix@dogcraft.de>
Mon, 18 Dec 2017 23:25:23 +0000 (00:25 +0100)
commite7cfad3ebfe5d251e3e9c9d5cc231ad2bd29e908
tree6a3aa011751a3b997ff6f9b6cd642e53cd70b3eb
parent3c32a024106395e61b34bdc5064083c65fafec35
fix: replication needs max_wal_senders

This is necessary for the initial backup (using pg_basebackup), which
connects to the postgres server and receives the Write-Ahead Log while
it is created, so the server needs to have at least one session
available for this. See also the pg_basebackup documentation [1].

[1]: https://www.postgresql.org/docs/9.6/static/app-pgbasebackup.html

Change-Id: I953e2731df2f5b7dc71ae27191cd20318e36b84a
environments/production/manifests/postgres-primary.pp