X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..977122dbb6db324c53106b01dd794f0b316b2dd7:/cookbooks/timescaledb/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/timescaledb/attributes/default.rb b/cookbooks/timescaledb/attributes/default.rb index 004dda60a..e39bd0507 100644 --- a/cookbooks/timescaledb/attributes/default.rb +++ b/cookbooks/timescaledb/attributes/default.rb @@ -1,4 +1,2 @@ -default[:timescaledb][:database_version] = "12" +default[:timescaledb][:database_version] = "15" default[:timescaledb][:max_background_workers] = 8 - -default[:apt][:sources] |= ["timescaledb"]