From 29e07b49f54063b73c24ec645f2cda9035846326 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 28 Dec 2019 09:25:25 +0100 Subject: [PATCH] put pummelzacken back 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 1d96445e7..d237bd053 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -28,12 +28,12 @@ default_attributes( :random_page_cost => "1.5", :effective_cache_size => "60GB", :effective_io_concurrency => "256", - :fsync => "off" + :fsync => "on" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbadmins => %w[lonvia tomh], :dbcluster => "12/main", :postgis => "2.5", -- 2.43.2