X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6cdd946b4e56b4a6593a5f7df3051c7ba95bebeb..217064420664ee23151c357cf59a3ca0ce82c4cf:/roles/dev.rb?ds=inline diff --git a/roles/dev.rb b/roles/dev.rb index 6c867f33d..3c9ae8196 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -137,7 +137,7 @@ default_attributes( } }, :postgresql => { - :versions => ["13"], + :versions => ["14"], :settings => { :defaults => { :max_connections => "500", @@ -147,7 +147,7 @@ default_attributes( :max_stack_depth => "4MB", :effective_cache_size => "4GB" }, - "13" => { + "14" => { :port => "5432", :wal_level => "logical", :max_replication_slots => "1"