]> git.openstreetmap.org Git - chef.git/commitdiff
Enable logical replication for postgres 12 on errol
authorTom Hughes <tom@compton.nu>
Sun, 27 Sep 2020 09:35:51 +0000 (10:35 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 27 Sep 2020 09:36:22 +0000 (10:36 +0100)
roles/dev.rb

index 703cbccf204cd54f8e34e29af8b9549922612352..8c3de8d38181c45e3576c00ddbffec78da187056 100644 (file)
@@ -144,7 +144,8 @@ default_attributes(
         :port => "5433"
       },
       "12" => {
-        :port => "5432"
+        :port => "5432",
+        :wal_level => "logical"
       }
     }
   },