From: Tom Hughes Date: Sat, 4 Dec 2021 00:14:17 +0000 (+0000) Subject: Upgrade promscale to use Postgres 14 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8ae3b2a127b2e3851409a4fcfb26709a41005031 Upgrade promscale to use Postgres 14 --- diff --git a/cookbooks/prometheus/files/default/postgresql-13-promscale.so b/cookbooks/prometheus/files/default/postgresql-13-promscale.so deleted file mode 100755 index 1316df83b..000000000 Binary files a/cookbooks/prometheus/files/default/postgresql-13-promscale.so and /dev/null differ diff --git a/cookbooks/prometheus/files/default/postgresql-14-promscale.so b/cookbooks/prometheus/files/default/postgresql-14-promscale.so new file mode 100755 index 000000000..434655f65 Binary files /dev/null and b/cookbooks/prometheus/files/default/postgresql-14-promscale.so differ diff --git a/cookbooks/timescaledb/attributes/default.rb b/cookbooks/timescaledb/attributes/default.rb index c76fd0872..9c789bffc 100644 --- a/cookbooks/timescaledb/attributes/default.rb +++ b/cookbooks/timescaledb/attributes/default.rb @@ -1,4 +1,4 @@ -default[:timescaledb][:database_version] = "13" +default[:timescaledb][:database_version] = "14" default[:timescaledb][:max_background_workers] = 8 default[:apt][:sources] |= ["timescaledb"]