From: Sarah Hoffmann Date: Sat, 16 Sep 2017 18:49:19 +0000 (+0200) Subject: move pummelzacken to postgres 9.6 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ed381333f1c3b6e7e4cf8c1a09f7f96478f72b06?ds=inline move pummelzacken to postgres 9.6 --- 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",