]> git.openstreetmap.org Git - chef.git/commitdiff
switch stormfly to import mode and use PG14
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Oct 2021 10:12:55 +0000 (12:12 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Oct 2021 10:12:55 +0000 (12:12 +0200)
roles/stormfly-04.rb

index 39a74947dcacf5c6a36dc057860ea1b2f056f729..e0491b15cf84a94af57f2965c235f78c093d14d2 100644 (file)
@@ -25,14 +25,14 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["12"],
+    :versions => ["14"],
     :settings => {
       :defaults => {
         :work_mem => "300MB",
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
-        :fsync => "on",
+        :fsync => "off",
         :effective_io_concurrency => "100"
       }
     }
@@ -43,8 +43,8 @@ default_attributes(
     :enable_git_updates => true,
     :enable_qa_tiles => true,
     :dbadmins => %w[lonvia tomh],
-    :dbcluster => "12/main",
-    :postgis => "2.5",
+    :dbcluster => "14/main",
+    :postgis => "3",
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :logdir => "/ssd/nominatim/log",
     :fpm_pools => {