From 616e0e1ae156761e447375a461f1ab7213219c22 Mon Sep 17 00:00:00 2001 From: Brian Rowe Date: Tue, 28 Mar 2023 16:47:57 -0700 Subject: [PATCH] Remove support for upgrading old versions This change removes support for direct upgrade for toolkit versions more than 1 year old. --- Changelog.md | 1 + extension/timescaledb_toolkit.control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 03437192..a031eee2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,7 @@ This changelog should be updated as part of a PR if the work is worth noting (mo - [#740](https://github.com/timescale/timescaledb-toolkit/pull/740): When interpolating an 'locf' time weighted average, extend last point to interpolation boundary #### Other notable changes +- [#743](https://github.com/timescale/timescaledb-toolkit/pull/743): Remove support for direct upgrades from toolkit versions more than 1 year old. Toolkit versions 1.4.x and 1.5.x will have to upgrade to an intermediate version before upgrading to 1.16.0. #### Shout-outs diff --git a/extension/timescaledb_toolkit.control b/extension/timescaledb_toolkit.control index 0ed8b240..eac7cbb7 100644 --- a/extension/timescaledb_toolkit.control +++ b/extension/timescaledb_toolkit.control @@ -5,4 +5,4 @@ superuser = false module_pathname = '$libdir/timescaledb_toolkit' # only for testing, will be removed for real installs # comma-separated list of previous versions this version can be upgraded from # directly. This is used to generate upgrade scripts. -# upgradeable_from = '1.4, 1.5, 1.5.1, 1.5.2, 1.6.0, 1.7.0, 1.8.0, 1.10.0-dev, 1.10.1, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 1.14.0, 1.15.0' +# upgradeable_from = '1.6.0, 1.7.0, 1.8.0, 1.10.0-dev, 1.10.1, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 1.14.0, 1.15.0'