From 5fae635be0a7e769e38f48d31aa31619b84fcb76 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 11 Oct 2021 11:30:12 +0200 Subject: [PATCH] put pummelzacken in import mode and switch to PG14 --- roles/pummelzacken.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 05393514c..ba3a3acae 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -25,7 +25,7 @@ default_attributes( } }, :postgresql => { - :versions => ["13"], + :versions => ["14"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -34,7 +34,7 @@ default_attributes( :random_page_cost => "1.5", :effective_cache_size => "60GB", :effective_io_concurrency => "256", - :fsync => "on" + :fsync => "off" } } }, -- 2.39.5