From b333eba6f04267e459ea7d2752e57fb7eaf5879d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 12 Aug 2018 18:31:03 +0200 Subject: [PATCH] put pummelzacken in production mode --- roles/pummelzacken.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 365866e46..e431a6645 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 => "off" + :fsync => "on" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbadmins => %w[lonvia tomh], :dbcluster => "10/main", :postgis => "2.4", -- 2.43.2