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

index 7334805ff997523e417590519b9752f0e5d17c6b..7f644a5ff56d47a10056b1a850044d5090157914 100644 (file)
@@ -18,7 +18,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["10"],
+    :versions => ["12"],
     :settings => {
       :defaults => {
         :shared_buffers => "8GB",
@@ -38,11 +38,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 }
         ]