X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5250ae5ea1263e0ea8ef4642cf63bd808ef0c0e6..2e17bd4b4697423f9c124cfdb802424a58c16d80:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index e048537fa..6fc9c6163 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -127,7 +127,7 @@ default_attributes( } }, :postgresql => { - :versions => ["14"], + :versions => ["15"], :settings => { :defaults => { :max_connections => "500", @@ -137,10 +137,9 @@ default_attributes( :max_stack_depth => "4MB", :effective_cache_size => "4GB" }, - "14" => { + "15" => { :port => "5432", - :wal_level => "logical", - :max_replication_slots => "1" + :wal_level => "logical" } } },