From: Sarah Hoffmann Date: Mon, 11 Oct 2021 09:30:12 +0000 (+0200) Subject: put pummelzacken in import mode and switch to PG14 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/5fae635be0a7e769e38f48d31aa31619b84fcb76?ds=inline put pummelzacken in import mode and switch to PG14 --- 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" } } },