]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Upgrade dev server to postgres 15
[chef.git] / roles / dev.rb
index e048537fa96652c790873932febe4fb86b242ccb..c41dda8dc35a51c50102a51f3f9f51fbf5af4c4d 100644 (file)
@@ -127,7 +127,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["14"],
+    :versions => ["15"],
     :settings => {
       :defaults => {
         :max_connections => "500",
@@ -137,7 +137,7 @@ default_attributes(
         :max_stack_depth => "4MB",
         :effective_cache_size => "4GB"
       },
-      "14" => {
+      "15" => {
         :port => "5432",
         :wal_level => "logical",
         :max_replication_slots => "1"