]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/timescaledb/attributes/default.rb
Use postgres 15 for promscale
[chef.git] / cookbooks / timescaledb / attributes / default.rb
index 004dda60a3288229ca76f9da8c2ed2f8e5589792..e39bd0507b98d3d838969ccb37592d0c5d3a7929 100644 (file)
@@ -1,4 +1,2 @@
-default[:timescaledb][:database_version] = "12"
+default[:timescaledb][:database_version] = "15"
 default[:timescaledb][:max_background_workers] = 8
-
-default[:apt][:sources] |= ["timescaledb"]