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

index 2a168171a70769cd5e333217b3bcddfbe39468dd..56b88cc39198b8c3c34245874a563e0298028047 100644 (file)
@@ -37,7 +37,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "12/main",
+      :cluster => "14/main",
       :postgis => "3"
     },
     :mapnik => "3.1",