You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,31 @@ time-series data. It is engineered up from PostgreSQL and packaged as a
10
10
PostgreSQL extension, providing automatic partitioning across time and space
11
11
(partitioning key), as well as full SQL support.
12
12
13
-
If you prefer not to install or administer your instance of TimescaleDB, try the
14
-
30 day free trial of [Timescale](https://console.cloud.timescale.com/signup), our fully managed cloud offering.
15
-
Timescale is pay-as-you-go. We don't charge for storage you dont use, backups, snapshots, ingress or egress.
13
+
> [!WARNING]
14
+
>
15
+
> The latest Postgres minor releases (17.1, 16.5, 15.9, 14.14, 13.17, 12.21), released 2024-11-14, have an unexpected
16
+
> breaking ABI change that will crash existing deployments of TimescaleDB, unless used with
17
+
> a TimescaleDB binary explicitly built against those new minor PG versions.
18
+
>
19
+
> If you are using TimescaleDB, we recommend NOT upgrading to these latest minor versions at this time.
20
+
> We have temporarily paused our normal process of automatically upgrading customers of our managed clouds to those minor
21
+
> releases, as well as paused our automated community/OSS builds, as we work with the PG community how to address in
22
+
> upcoming versions.
23
+
>
24
+
> See the thread on pgsql-hackers: https://www.postgresql.org/message-id/flat/CABOikdNmVBC1LL6pY26dyxAS2f%2BgLZvTsNt%3D2XbcyG7WxXVBBQ%40mail.gmail.com.
25
+
>
26
+
> Thanks for your understanding! 🙏
27
+
28
+
29
+
If you prefer not to install or administer your instance of TimescaleDB, try the
30
+
30 day free trial of [Timescale](https://console.cloud.timescale.com/signup), our fully managed cloud offering.
31
+
Timescale is pay-as-you-go. We don't charge for storage you dont use, backups, snapshots, ingress or egress.
16
32
17
33
To determine which option is best for you, see [Timescale Products](https://tsdb.co/GitHubTimescaleProducts)
18
-
for more information about our Apache-2 version, TimescaleDB Community (self-hosted), and Timescale
34
+
for more information about our Apache-2 version, TimescaleDB Community (self-hosted), and Timescale
19
35
Cloud (hosted), including: feature comparisons, FAQ, documentation, and support.
20
36
21
-
Below is an introduction to TimescaleDB. For more information, please check out
37
+
Below is an introduction to TimescaleDB. For more information, please check out
0 commit comments