X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8ae3b2a127b2e3851409a4fcfb26709a41005031..cc045c868bf15083df4db4442c0d92814441951e:/cookbooks/timescaledb/attributes/default.rb 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"]