]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
put pummelzacken back into update mode
[chef.git] / roles / pummelzacken.rb
index 70c90a0ca72cb2cd13772c8652eb328f947bc8bc..e0264e9d01b0a8cbb904062fd4c1d3ba24aa411d 100644 (file)
@@ -19,7 +19,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["9.5"],
+    :versions => ["9.6"],
     :settings => {
       :defaults => {
         :listen_addresses => "10.0.0.20",
@@ -27,14 +27,14 @@ default_attributes(
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
-        :fsync => "off"
+        :fsync => "on"
       }
     }
   },
   :nominatim => {
     :state => "standalone",
-    :dbadmins => %w(lonvia tomh),
-    :dbcluster => "9.5/main",
+    :dbadmins => %w[lonvia tomh],
+    :dbcluster => "9.6/main",
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :tablespaces => {
       "dosm" => "/ssd/tablespaces/dosm",