]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
put pummelzacken in import mode and switch to PG14
[chef.git] / roles / pummelzacken.rb
index 7b346bf6f5f4492712e518d25f75aa31d5915bca..ba3a3acae4f7a67e38e5fd680c5d419f645f95a0 100644 (file)
@@ -7,7 +7,7 @@ default_attributes(
       :bond => {
         :interface => "bond0",
         :bond => {
-          :slaves => %w[em1 p5p1]
+          :slaves => %w[eno1 enp5s0f0]
         }
       },
       :internal_ipv4 => {
@@ -25,7 +25,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["12"],
+    :versions => ["14"],
     :settings => {
       :defaults => {
         :listen_addresses => "10.0.0.20",
@@ -34,7 +34,7 @@ default_attributes(
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
         :effective_io_concurrency => "256",
-        :fsync => "on"
+        :fsync => "off"
       }
     }
   },
@@ -47,8 +47,8 @@ default_attributes(
   :nominatim => {
     :state => "standalone",
     :dbadmins => %w[lonvia tomh],
-    :dbcluster => "12/main",
-    :postgis => "2.5",
+    :dbcluster => "13/main",
+    :postgis => "3",
     :enable_backup => true,
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :tablespaces => {