]> git.openstreetmap.org Git - chef.git/commitdiff
Upgrade to postgres 14 on bowser
authorTom Hughes <tom@compton.nu>
Sun, 10 Jul 2022 16:50:06 +0000 (17:50 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 10 Jul 2022 16:50:06 +0000 (17:50 +0100)
roles/bowser.rb

index 8cc8954b6521a9fd49a2ef9c7e8b55d0c12ad86c..1789c10966b371d78bd7222191f5985aa8272672 100644 (file)
@@ -37,7 +37,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "12/main",
+      :cluster => "14/main",
       :postgis => "3"
     },
     :mapnik => "3.1",