]> 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 9c789bffcfcbd512a43e745e374392e4162c1e28..e39bd0507b98d3d838969ccb37592d0c5d3a7929 100644 (file)
@@ -1,4 +1,2 @@
-default[:timescaledb][:database_version] = "14"
+default[:timescaledb][:database_version] = "15"
 default[:timescaledb][:max_background_workers] = 8
-
-default[:apt][:sources] |= ["timescaledb"]