From b725125af1a56b4dcad5b731d31d5585e3f3be66 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 15 Jul 2022 21:57:29 +0200 Subject: [PATCH] nominatim: prepare longma for reimport --- roles/longma.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]" ) -- 2.39.5