From 183a5b821927aee6e7100cbb7d5730fe23beedd2 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 8 May 2026 11:37:48 +0200 Subject: [PATCH] nominatim: switch longma to postgresql 18 --- roles/longma.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/longma.rb b/roles/longma.rb index 888d262ef..aeb54584b 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -31,7 +31,7 @@ default_attributes( } }, :postgresql => { - :versions => ["17"], + :versions => ["18"], :settings => { :defaults => { :max_connections => "550", @@ -41,7 +41,7 @@ default_attributes( } }, :nominatim => { - :dbcluster => "17/main", + :dbcluster => "18/main", :enable_qa_tiles => true, :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store", :api_workers => { -- 2.39.5