From: Tom Hughes Date: Sun, 27 Sep 2020 09:35:51 +0000 (+0100) Subject: Enable logical replication for postgres 12 on errol X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8f92e05eba2aae6cd501a8d13712e6fcf32fe261 Enable logical replication for postgres 12 on errol --- diff --git a/roles/dev.rb b/roles/dev.rb index 703cbccf2..8c3de8d38 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -144,7 +144,8 @@ default_attributes( :port => "5433" }, "12" => { - :port => "5432" + :port => "5432", + :wal_level => "logical" } } },