From 61902c65acf441f1881c002f5aba5a7d1be3f3cd Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 22 Dec 2019 16:44:45 +0100 Subject: [PATCH] put pummelzacken 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 e431a6645..365866e46 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -27,12 +27,12 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "on" + :fsync => "off" } } }, :nominatim => { - :state => "standalone", + :state => "off", :dbadmins => %w[lonvia tomh], :dbcluster => "10/main", :postgis => "2.4", -- 2.45.1