X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9c303230f46323c3c96cb6a24469db520a2865b2..28360d6f39fa7fe8229ed64b4c93d1d0405add47:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 283057626..3eec5fd91 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -131,7 +131,7 @@ default_attributes( } }, :postgresql => { - :versions => ["12"], + :versions => ["13"], :settings => { :defaults => { :max_connections => "500", @@ -141,7 +141,7 @@ default_attributes( :max_stack_depth => "4MB", :effective_cache_size => "4GB" }, - "12" => { + "13" => { :port => "5432", :wal_level => "logical", :max_replication_slots => "1"