]> git.openstreetmap.org Git - chef.git/commitdiff
Upgrade from postgres 9.5 to 12 on dev
authorTom Hughes <tom@compton.nu>
Sat, 9 May 2020 14:44:02 +0000 (15:44 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 9 May 2020 14:44:02 +0000 (15:44 +0100)
roles/dev.rb

index 61eeaac64885e9e7c9e4dcc1703eae717af9f889..1d0400fd36d4e744e6a592e48d2e5213c384c844 100644 (file)
@@ -127,7 +127,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["9.1", "9.5"],
+    :versions => ["9.1", "12"],
     :settings => {
       :defaults => {
         :shared_buffers => "1GB",
@@ -139,7 +139,7 @@ default_attributes(
       "9.1" => {
         :port => "5433"
       },
-      "9.5" => {
+      "12" => {
         :port => "5432"
       }
     }