From ed381333f1c3b6e7e4cf8c1a09f7f96478f72b06 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 16 Sep 2017 20:49:19 +0200 Subject: [PATCH] move pummelzacken to postgres 9.6 --- roles/pummelzacken.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index a7ccf2e5e..e0264e9d0 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -19,7 +19,7 @@ default_attributes( } }, :postgresql => { - :versions => ["9.5"], + :versions => ["9.6"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -34,7 +34,7 @@ default_attributes( :nominatim => { :state => "standalone", :dbadmins => %w[lonvia tomh], - :dbcluster => "9.5/main", + :dbcluster => "9.6/main", :flatnode_file => "/ssd/nominatim/nodes.store", :tablespaces => { "dosm" => "/ssd/tablespaces/dosm", -- 2.43.2