X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..5a1789389a423c29a13868410a841d35569b483d:/cookbooks/timescaledb/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/timescaledb/attributes/default.rb b/cookbooks/timescaledb/attributes/default.rb index 9c789bffc..e39bd0507 100644 --- a/cookbooks/timescaledb/attributes/default.rb +++ b/cookbooks/timescaledb/attributes/default.rb @@ -1,4 +1,2 @@ -default[:timescaledb][:database_version] = "14" +default[:timescaledb][:database_version] = "15" default[:timescaledb][:max_background_workers] = 8 - -default[:apt][:sources] |= ["timescaledb"]