From: Sarah Hoffmann Date: Sun, 3 Sep 2023 14:28:55 +0000 (+0200) Subject: nominatim: switch dulcy to postgres 15 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/00b145df1ca8847b792abae72b42748084fc2919?ds=inline;hp=-c nominatim: switch dulcy to postgres 15 --- 00b145df1ca8847b792abae72b42748084fc2919 diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 9ef7d15c8..e69ea39dd 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -30,18 +30,17 @@ default_attributes( } }, :postgresql => { - :versions => ["14"], + :versions => ["15"], :settings => { :defaults => { :work_mem => "240MB", - :fsync => "on", :effective_io_concurrency => "500" } } }, :nominatim => { :state => "standalone", - :dbcluster => "14/main", + :dbcluster => "15/main", :postgis => "3", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log",