X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/68e068818d559ef35bdf2a138a93596337828ef9..0b7714eed0056d4e80732fe94475d1aee67abf62:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 18e0edfcf..6fc9c6163 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -126,11 +126,8 @@ default_attributes( } } }, - :exim => { - :smarthost_via => "fafnir.openstreetmap.org:26" - }, :postgresql => { - :versions => ["14"], + :versions => ["15"], :settings => { :defaults => { :max_connections => "500", @@ -140,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" } } },