]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: switch longma to postgres 16
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Sep 2023 18:36:18 +0000 (20:36 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Sep 2023 18:36:18 +0000 (20:36 +0200)
roles/longma.rb

index 179b334dc1fbd4e472821021ecde956a431d4101..ced4e927db2076c1ce2dc255db1c03c027d183d6 100644 (file)
@@ -30,19 +30,18 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["14"],
+    :versions => ["16"],
     :settings => {
       :defaults => {
         :max_connections => "550",
         :work_mem => "240MB",
-        :fsync => "on",
         :effective_io_concurrency => "500"
       }
     }
   },
   :nominatim => {
     :state => "standalone",
-    :dbcluster => "14/main",
+    :dbcluster => "16/main",
     :postgis => "3",
     :enable_qa_tiles => true,
     :flatnode_file => "/ssd/nominatim/nodes.store",