]> git.openstreetmap.org Git - chef.git/commitdiff
Upgrade to postgres 14 on culebre and nidhogg
authorTom Hughes <tom@compton.nu>
Wed, 13 Jul 2022 23:08:06 +0000 (00:08 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 13 Jul 2022 23:08:21 +0000 (00:08 +0100)
roles/culebre.rb
roles/nidhogg.rb

index 931070d080ae89e8aef0117bdc3da72e8b0af01e..dd29fe29b801e93e8ce600f179a78a7c1a2d1e63 100644 (file)
@@ -50,7 +50,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "12/main",
+      :cluster => "14/main",
       :postgis => "3"
     },
     :mapnik => "3.1",
index a2bbb2436cea21ac0f68f389e36e89ff177b90e4..a59cfad38f3c67ba206aa4347686b0d055367043 100644 (file)
@@ -48,7 +48,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "12/main",
+      :cluster => "14/main",
       :postgis => "3"
     },
     :mapnik => "3.1",