]> git.openstreetmap.org Git - chef.git/commitdiff
Switch odin and ysera to use postgres 16
authorTom Hughes <tom@compton.nu>
Sun, 8 Oct 2023 09:29:59 +0000 (10:29 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 8 Oct 2023 09:29:59 +0000 (10:29 +0100)
roles/odin.rb
roles/ysera.rb

index 79514889c630e92595ea7d6cf4008ae2f9361ee9..9a19c5b2ddd642a24c6e311f8ef797a94928c45f 100644 (file)
@@ -47,7 +47,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "14/main",
+      :cluster => "16/main",
       :postgis => "3"
     },
     :mapnik => "3.1",
index 980b5da421133c117237ca352023e29a2e9e847f..889bf27e9a4443b58e248d21691936eed298ca7a 100644 (file)
@@ -38,7 +38,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "14/main",
+      :cluster => "16/main",
       :postgis => "3"
     },
     :mapnik => "3.1",