From: Sarah Hoffmann Date: Mon, 18 Sep 2023 18:36:18 +0000 (+0200) Subject: nominatim: switch longma to postgres 16 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/3df3f8f856b91864d48ad2be08a0d4bd8cdab300 nominatim: switch longma to postgres 16 --- 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 @@ default_attributes( } }, :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",