]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Enable logical replication for postgres 12 on errol
[chef.git] / roles / dev.rb
index 703cbccf204cd54f8e34e29af8b9549922612352..8c3de8d38181c45e3576c00ddbffec78da187056 100644 (file)
@@ -144,7 +144,8 @@ default_attributes(
         :port => "5433"
       },
       "12" => {
-        :port => "5432"
+        :port => "5432",
+        :wal_level => "logical"
       }
     }
   },