X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/bee79140a358f9c16d4e028e5cb43e9b8889a542..8c985adf9ae56cb9bb8b950c97da6f3ad392fa61:/cookbooks/timescaledb/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/timescaledb/attributes/default.rb b/cookbooks/timescaledb/attributes/default.rb index c76fd0872..3aa5110aa 100644 --- a/cookbooks/timescaledb/attributes/default.rb +++ b/cookbooks/timescaledb/attributes/default.rb @@ -1,4 +1,2 @@ -default[:timescaledb][:database_version] = "13" +default[:timescaledb][:database_version] = "14" default[:timescaledb][:max_background_workers] = 8 - -default[:apt][:sources] |= ["timescaledb"]