Skip to content

Commit 1f2ee29

Browse files
committed
nixos/doc/rl-2505: mention timescaledb
1 parent 993b24e commit 1f2ee29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nixos/doc/manual/release-notes/rl-2505.section.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
- `buildGoPackage` has been removed. Use `buildGoModule` instead. See the [Go section in the nixpkgs manual](https://nixos.org/manual/nixpkgs/unstable/#sec-language-go) for details.
2424

25+
- `timescaledb` requires manual upgrade steps.
26+
After you run ALTER EXTENSION, you must run [this SQL script](https://github.com/timescale/timescaledb-extras/blob/master/utils/2.15.X-fix_hypertable_foreign_keys.sql). For more details, see the following pull requests [#6797](https://github.com/timescale/timescaledb/pull/6797).
27+
PostgreSQL 13 is no longer supported in TimescaleDB v2.16.
28+
2529
- `kanata` was updated to v1.7.0, which introduces several breaking changes.
2630
See the release notes of
2731
[v1.7.0](https://github.com/jtroo/kanata/releases/tag/v1.7.0)

0 commit comments

Comments
 (0)