From 57dd95f28bad6e63c1d02faa4e1015d6abd907aa Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 13 Oct 2021 10:28:04 +0200 Subject: [PATCH] downgrade pummelzacken to PG13 again --- roles/pummelzacken.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 79a777c53..2410d4388 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -25,7 +25,7 @@ default_attributes( } }, :postgresql => { - :versions => ["14"], + :versions => ["13"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -41,7 +41,7 @@ default_attributes( :nominatim => { :state => "standalone", :dbadmins => %w[lonvia tomh], - :dbcluster => "14/main", + :dbcluster => "13/main", :postgis => "3", :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", -- 2.43.2