Update to TimescaleDB 2.3.0 Changelog : https://github.com/timescale/timescaledb/releases/tag/2.3.0
Index: Makefile =================================================================== RCS file: /cvs/ports/databases/timescaledb/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile 25 Apr 2021 06:03:49 -0000 1.5 +++ Makefile 9 Jun 2021 15:08:03 -0000 @@ -4,7 +4,7 @@ COMMENT = database designed to make SQL GH_ACCOUNT = timescale GH_PROJECT = timescaledb -GH_TAGNAME = 2.2.0 +GH_TAGNAME = 2.3.0 CATEGORIES = databases HOMEPAGE = https://www.timescale.com/ Index: distinfo =================================================================== RCS file: /cvs/ports/databases/timescaledb/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 25 Apr 2021 06:03:49 -0000 1.4 +++ distinfo 9 Jun 2021 15:08:03 -0000 @@ -1,2 +1,2 @@ -SHA256 (timescaledb-2.2.0.tar.gz) = I5oING/vHoZ00Glm0NaWN6kHLKMajW/de4rW8YTlSjk= -SIZE (timescaledb-2.2.0.tar.gz) = 2614359 +SHA256 (timescaledb-2.3.0.tar.gz) = cw5h5I9HHB1kNJRCHSHkN2YSjLy2KlxLE4wXE3kZXPI= +SIZE (timescaledb-2.3.0.tar.gz) = 2688931 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/timescaledb/pkg/PLIST,v retrieving revision 1.4 diff -u -p -r1.4 PLIST --- pkg/PLIST 25 Apr 2021 06:03:49 -0000 1.4 +++ pkg/PLIST 9 Jun 2021 15:08:03 -0000 @@ -32,5 +32,7 @@ share/postgresql/extension/timescaledb-- share/postgresql/extension/timescaledb--2.0.2--${GH_TAGNAME}.sql share/postgresql/extension/timescaledb--2.1.0--${GH_TAGNAME}.sql share/postgresql/extension/timescaledb--2.1.1--${GH_TAGNAME}.sql +share/postgresql/extension/timescaledb--2.2.0--${GH_TAGNAME}.sql +share/postgresql/extension/timescaledb--2.2.1--${GH_TAGNAME}.sql share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql share/postgresql/extension/timescaledb.control Index: pkg/README =================================================================== RCS file: /cvs/ports/databases/timescaledb/pkg/README,v retrieving revision 1.2 diff -u -p -r1.2 README --- pkg/README 24 Apr 2021 17:54:50 -0000 1.2 +++ pkg/README 9 Jun 2021 15:08:03 -0000 @@ -11,6 +11,15 @@ library, and then restart PostgreSQL. shared_preload_libraries = 'timescaledb' +Upgrading TimescaleDB +===================== +(Perform a backup beforehand) +You will need to start psql with '-X' and execute : + + ALTER EXTENSION timescaledb UPDATE; + +Executing '\dx timescaledb' should show the latest version number. + Telemetry ========= TimescaleDB telemetry and version checking is disabled by default.
