]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Merge pull request #364 from osm-hr/html-torrents
[chef.git] / roles / dev.rb
index 703cbccf204cd54f8e34e29af8b9549922612352..c192ac1823a1d83ab6a2595d19bb30cebe32b575 100644 (file)
@@ -131,7 +131,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["9.1", "12"],
+    :versions => ["12"],
     :settings => {
       :defaults => {
         :shared_buffers => "1GB",
@@ -140,11 +140,10 @@ default_attributes(
         :max_stack_depth => "4MB",
         :effective_cache_size => "4GB"
       },
-      "9.1" => {
-        :port => "5433"
-      },
       "12" => {
-        :port => "5432"
+        :port => "5432",
+        :wal_level => "logical",
+        :max_replication_slots => "1"
       }
     }
   },