]> git.openstreetmap.org Git - chef.git/commitdiff
Switch piasa to use postgresql 15
authorTom Hughes <tom@compton.nu>
Sun, 10 Sep 2023 14:27:41 +0000 (15:27 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 10 Sep 2023 14:27:52 +0000 (15:27 +0100)
roles/piasa.rb

index 8b4c8d5db3195fc030326f03d26e9cbaf9a91896..35f28a2061a7b5fac5113a7f35419cda3313351d 100644 (file)
@@ -39,7 +39,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "14/main",
+      :cluster => "15/main",
       :postgis => "3"
     },
     :mapnik => "3.1",