From 67b8bba266769cfcd2a2f7fe2f3492aa08ab7bd0 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 8 Aug 2025 18:18:30 +0100 Subject: [PATCH] Update postgres to 17 on dev --- roles/dev.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dev.rb b/roles/dev.rb index 378949709..a2f6816b8 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -138,7 +138,7 @@ default_attributes( } }, :postgresql => { - :versions => ["15"], + :versions => ["17"], :settings => { :defaults => { :max_connections => "500", @@ -148,7 +148,7 @@ default_attributes( :max_stack_depth => "4MB", :effective_cache_size => "4GB" }, - "15" => { + "17" => { :port => "5432", :wal_level => "logical" } -- 2.39.5