X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/39b9c1a936e80f900a7aa6013f9f44d1cb19f6d6..d544597a84d545711f90b687d924e010254aebc5:/roles/dev.rb 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"