]> git.openstreetmap.org Git - chef.git/commitdiff
Update ysera to postgres 12, postgis 3 and carto 5.0.0
authorTom Hughes <tom@compton.nu>
Sun, 22 Mar 2020 10:10:58 +0000 (10:10 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 22 Mar 2020 10:10:58 +0000 (10:10 +0000)
roles/ysera.rb

index 3e537b264b039f1685e8fd1a80ba3c85e3932a21..025a48235a4616dd4c3e15e5b168f4a4f5178008 100644 (file)
@@ -19,7 +19,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["10"],
+    :versions => ["12"],
     :settings => {
       :defaults => {
         :shared_buffers => "8GB",
@@ -39,11 +39,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 }
         ]