]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Drop argon2 test site
[chef.git] / roles / dev.rb
index 3eec5fd91b77fdbbd972c6f47d96bfa571375361..1ed5d6c8478258ac63b3b7cd48b993e3ac43440e 100644 (file)
@@ -131,7 +131,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["13"],
+    :versions => ["14"],
     :settings => {
       :defaults => {
         :max_connections => "500",
@@ -141,7 +141,7 @@ default_attributes(
         :max_stack_depth => "4MB",
         :effective_cache_size => "4GB"
       },
-      "13" => {
+      "14" => {
         :port => "5432",
         :wal_level => "logical",
         :max_replication_slots => "1"