]> git.openstreetmap.org Git - chef.git/commitdiff
move pummelzacken to postgres 9.6
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 16 Sep 2017 18:49:19 +0000 (20:49 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 16 Sep 2017 18:49:19 +0000 (20:49 +0200)
roles/pummelzacken.rb

index a7ccf2e5eca5291d054fd0180a2ea0fd02d992d5..e0264e9d01b0a8cbb904062fd4c1d3ba24aa411d 100644 (file)
@@ -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",