]> git.openstreetmap.org Git - chef.git/commitdiff
Configure replication slots for dev server
authorTom Hughes <tom@compton.nu>
Fri, 13 Nov 2020 09:35:32 +0000 (09:35 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 13 Nov 2020 09:35:32 +0000 (09:35 +0000)
roles/dev.rb

index 8c3de8d38181c45e3576c00ddbffec78da187056..565d4b70cc66d12b03a3ae1bf82174a51e0c9d1c 100644 (file)
@@ -145,7 +145,8 @@ default_attributes(
       },
       "12" => {
         :port => "5432",
-        :wal_level => "logical"
+        :wal_level => "logical",
+        :max_replication_slots => "1"
       }
     }
   },