From 3df3f8f856b91864d48ad2be08a0d4bd8cdab300 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 18 Sep 2023 20:36:18 +0200 Subject: [PATCH] nominatim: switch longma to postgres 16 --- roles/longma.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/longma.rb b/roles/longma.rb index 179b334dc..ced4e927d 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -30,19 +30,18 @@ } }, :postgresql => { - :versions => ["14"], + :versions => ["16"], :settings => { :defaults => { :max_connections => "550", :work_mem => "240MB", - :fsync => "on", :effective_io_concurrency => "500" } } }, :nominatim => { :state => "standalone", - :dbcluster => "14/main", + :dbcluster => "16/main", :postgis => "3", :enable_qa_tiles => true, :flatnode_file => "/ssd/nominatim/nodes.store",