]> git.openstreetmap.org Git - chef.git/commitdiff
dulcy: switch to postgres 13 and prepare for import
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 6 Dec 2020 15:47:01 +0000 (16:47 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 6 Dec 2020 15:47:01 +0000 (16:47 +0100)
roles/dulcy.rb

index f108680204842a551ef45fb7353a1b788643138c..619dc6860134753a6b615a363ca536934103500e 100644 (file)
@@ -28,25 +28,25 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["12"],
+    :versions => ["13"],
     :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 => "500"
       }
     }
   },
   :nominatim => {
-    :state => "standalone",
+    :state => "off",
     :enable_backup => false,
     :enable_git_updates => true,
     :dbadmins => %w[lonvia tomh],
-    :dbcluster => "12/main",
-    :postgis => "2.5",
+    :dbcluster => "13/main",
+    :postgis => "3",
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :logdir => "/ssd/nominatim/log",
     :tablespaces => {