From bee79140a358f9c16d4e028e5cb43e9b8889a542 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 7 Apr 2021 19:23:06 +0100 Subject: [PATCH] Upgrade promscale to use Postgres 13 --- cookbooks/timescaledb/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/timescaledb/attributes/default.rb b/cookbooks/timescaledb/attributes/default.rb index 004dda60a..c76fd0872 100644 --- a/cookbooks/timescaledb/attributes/default.rb +++ b/cookbooks/timescaledb/attributes/default.rb @@ -1,4 +1,4 @@ -default[:timescaledb][:database_version] = "12" +default[:timescaledb][:database_version] = "13" default[:timescaledb][:max_background_workers] = 8 default[:apt][:sources] |= ["timescaledb"] -- 2.39.5