X-Git-Url: https://code.wpia.club/?p=infra.git;a=blobdiff_plain;f=environments%2Fproduction%2Fmanifests%2Fpostgres-primary.pp;h=f4e7635f2a05b96e328b70e1ad458a12b0644e57;hp=9d28846af48431ffd362b705c3bcd12c6e605fda;hb=e7cfad3ebfe5d251e3e9c9d5cc231ad2bd29e908;hpb=3c32a024106395e61b34bdc5064083c65fafec35 diff --git a/environments/production/manifests/postgres-primary.pp b/environments/production/manifests/postgres-primary.pp index 9d28846..f4e7635 100644 --- a/environments/production/manifests/postgres-primary.pp +++ b/environments/production/manifests/postgres-primary.pp @@ -81,4 +81,8 @@ node postgres-primary { target => '/etc/postgresql/9.6/main/postgresql.conf', value => 'replica' } + postgresql_conf{'max_wal_senders': + target => '/etc/postgresql/9.6/main/postgresql.conf', + value => '2' + } }