From c6c5a5cbbdd38ffc8026a2679557de4023e4823c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 24 Jan 2023 22:12:10 +0000 Subject: [PATCH] Use postgres 15 for promscale --- 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 3aa5110aa..e39bd0507 100644 --- a/cookbooks/timescaledb/attributes/default.rb +++ b/cookbooks/timescaledb/attributes/default.rb @@ -1,2 +1,2 @@ -default[:timescaledb][:database_version] = "14" +default[:timescaledb][:database_version] = "15" default[:timescaledb][:max_background_workers] = 8 -- 2.43.2