]> git.openstreetmap.org Git - chef.git/commitdiff
Use postgres 15 for promscale
authorTom Hughes <tom@compton.nu>
Tue, 24 Jan 2023 22:12:10 +0000 (22:12 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 24 Jan 2023 22:12:10 +0000 (22:12 +0000)
cookbooks/timescaledb/attributes/default.rb

index 3aa5110aac28b088d91ec5e77ec12a56dcb33f3b..e39bd0507b98d3d838969ccb37592d0c5d3a7929 100644 (file)
@@ -1,2 +1,2 @@
-default[:timescaledb][:database_version] = "14"
+default[:timescaledb][:database_version] = "15"
 default[:timescaledb][:max_background_workers] = 8