]> git.openstreetmap.org Git - chef.git/commitdiff
Switch nidhogg to use postgres 16
authorTom Hughes <tom@compton.nu>
Sat, 14 Oct 2023 14:23:25 +0000 (15:23 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 14 Oct 2023 14:23:25 +0000 (15:23 +0100)
roles/nidhogg.rb

index 8b6003c8e9ce85c2ccf9bf0deb23e040de32fba8..29f43dca41982358c830df4ec1cf4dfa0c906431 100644 (file)
@@ -44,7 +44,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "14/main",
+      :cluster => "16/main",
       :postgis => "3"
     },
     :mapnik => "3.1",