]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-04.rb
Add an alert for the mail queue
[chef.git] / roles / stormfly-04.rb
index 39a74947dcacf5c6a36dc057860ea1b2f056f729..6f947994a90b47db0ca693ad3c4284e912c6d959 100644 (file)
@@ -25,7 +25,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["12"],
+    :versions => ["14"],
     :settings => {
       :defaults => {
         :work_mem => "300MB",
@@ -43,10 +43,13 @@ 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",
+    :config => {
+      :tokenizer => "icu"
+    },
     :fpm_pools => {
       "nominatim.openstreetmap.org" => {
         :max_children => 100