]> git.openstreetmap.org Git - chef.git/commitdiff
Update scorch to postgres 12, postgis 3 and carto 5.0.0
authorTom Hughes <tom@compton.nu>
Wed, 25 Mar 2020 09:34:55 +0000 (09:34 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 25 Mar 2020 09:34:55 +0000 (09:34 +0000)
roles/scorch.rb

index a5c557474cd691a45e5e0b983643815b473d7d09..05dfe84c7c9fb192f9b404e4a53e0bc23f84585c 100644 (file)
@@ -41,7 +41,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["10"],
+    :versions => ["12"],
     :settings => {
       :defaults => {
         :shared_buffers => "8GB",
@@ -61,11 +61,12 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "10/main",
-      :postgis => "2.4"
+      :cluster => "12/main",
+      :postgis => "3"
     },
     :styles => {
       :default => {
+        :revision => "v5.0.0",
         :tile_directories => [
           { :name => "/store/tiles/default", :min_zoom => 0, :max_zoom => 19 }
         ]