]> git.openstreetmap.org Git - chef.git/commitdiff
Upgrade main database to postgres 15
authorTom Hughes <tom@compton.nu>
Sun, 22 Jan 2023 10:24:34 +0000 (10:24 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 22 Jan 2023 10:24:34 +0000 (10:24 +0000)
cookbooks/db/attributes/default.rb

index 4602a00c3effc83a780ef62920e96b28bc9b9f0b..56e96007ed5173e68bd92ca89fae87aaf06a2901 100644 (file)
@@ -1,3 +1,3 @@
-default[:db][:cluster] = "9.5/main"
+default[:db][:cluster] = "15/main"
 
-default[:postgresql][:versions] |= ["9.5", "15"]
+default[:postgresql][:versions] |= ["15"]