From: Sarah Hoffmann Date: Fri, 15 Jul 2022 19:57:29 +0000 (+0200) Subject: nominatim: prepare longma for reimport X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b725125af1a56b4dcad5b731d31d5585e3f3be66 nominatim: prepare longma for reimport --- diff --git a/roles/longma.rb b/roles/longma.rb index f8ff9cd87..b67537fa5 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -36,13 +36,13 @@ default_attributes( :defaults => { :max_connections => "550", :work_mem => "240MB", - :fsync => "on", + :fsync => "off", :effective_io_concurrency => "500" } } }, :nominatim => { - :state => "standalone", + :state => "off", :dbcluster => "14/main", :postgis => "3", :enable_qa_tiles => true, @@ -58,5 +58,5 @@ default_attributes( run_list( "role[equinix-dub]", - "role[nominatim]" + "role[nominatim-v4]" )