From: Tom Hughes Date: Fri, 13 Nov 2020 09:35:32 +0000 (+0000) Subject: Configure replication slots for dev server X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e2657026a11317d57513a7e027b6f6edd79f6ac3 Configure replication slots for dev server --- diff --git a/roles/dev.rb b/roles/dev.rb index 8c3de8d38..565d4b70c 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -145,7 +145,8 @@ default_attributes( }, "12" => { :port => "5432", - :wal_level => "logical" + :wal_level => "logical", + :max_replication_slots => "1" } } },