From 463673b2a09f4f09c3430db931068ec2a7fea253 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 27 Nov 2020 19:11:43 +0100 Subject: [PATCH] put pummezacken in import mode --- roles/pummelzacken.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 05393514c..add524938 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -34,7 +34,7 @@ default_attributes( :random_page_cost => "1.5", :effective_cache_size => "60GB", :effective_io_concurrency => "256", - :fsync => "on" + :fsync => "off" } } }, @@ -45,7 +45,7 @@ default_attributes( } }, :nominatim => { - :state => "standalone", + :state => "off", :dbadmins => %w[lonvia tomh], :dbcluster => "13/main", :postgis => "3", -- 2.45.1