]> git.openstreetmap.org Git - chef.git/commitdiff
Switch orm to postgres 9.5
authorTom Hughes <tom@compton.nu>
Fri, 2 Sep 2016 22:08:26 +0000 (23:08 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 2 Sep 2016 22:08:26 +0000 (23:08 +0100)
roles/orm.rb

index e6aad5a59a8bd27a9af0b6905a80fcb54bab4329..bc73e1d55341fc7e097efdb48c1ba337972b75b9 100644 (file)
@@ -46,7 +46,7 @@ default_attributes(
     }
   },
   :postgresql => {
     }
   },
   :postgresql => {
-    :versions => ["9.4"],
+    :versions => ["9.5"],
     :settings => {
       :defaults => {
         :shared_buffers => "8GB",
     :settings => {
       :defaults => {
         :shared_buffers => "8GB",
@@ -66,7 +66,7 @@ default_attributes(
   },
   :tile => {
     :database => {
   },
   :tile => {
     :database => {
-      :cluster => "9.4/main"
+      :cluster => "9.5/main"
     },
     :node_file => "/store/database/nodes",
     :styles => {
     },
     :node_file => "/store/database/nodes",
     :styles => {