From 1dbca2e99de1facc946cb58486b3033a96da3a69 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Thu, 3 Oct 2024 15:15:27 +0300 Subject: [PATCH] Update PostgreSQL version --- self-hosted/upgrades/upgrade-pg.md | 25 +++++++++++++------------ use-timescale/upgrades.md | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/self-hosted/upgrades/upgrade-pg.md b/self-hosted/upgrades/upgrade-pg.md index 6d6d37e282..ba9e265ba3 100644 --- a/self-hosted/upgrades/upgrade-pg.md +++ b/self-hosted/upgrades/upgrade-pg.md @@ -22,19 +22,20 @@ TimescaleDB supports these PostgreSQL releases. If you are not running a compatible PostgreSQL version, make sure you upgrade PostgreSQL before you upgrade TimescaleDB: -||PostgreSQL 16|PostgreSQL 15|PostgreSQL 14|PostgreSQL 13|PostgreSQL 12|PostgreSQL 11|PostgreSQL 10|PostgreSQL 9.6| +||PostgreSQL 17|PostgreSQL 16|PostgreSQL 15|PostgreSQL 14|PostgreSQL 13|PostgreSQL 12|PostgreSQL 11|PostgreSQL 10|PostgreSQL 9.6| |-|-|-|-|-|-|-|-|-| -|TimescaleDB 2.16 and higher|✅|✅|✅|❌|❌|❌|❌|❌| -|TimescaleDB 2.15 and higher|✅|✅|✅|✅|❌|❌|❌|❌| -|TimescaleDB 2.14 and higher|✅|✅|✅|✅|❌|❌|❌|❌| -|TimescaleDB 2.13 and higher|✅|✅|✅|✅|❌|❌|❌|❌| -|TimescaleDB 2.12 and higher|❌|✅|✅|✅|❌|❌|❌|❌| -|TimescaleDB 2.10 and higher|❌|✅|✅|✅|✅|❌|❌|❌| -|TimescaleDB 2.5 to 2.9|❌|❌|✅|✅|✅|❌|❌|❌| -|TimescaleDB 2.4|❌|❌|❌|✅|✅|❌|❌|❌| -|TimescaleDB 2.1 to 2.3|❌|❌|❌|✅|✅|✅|❌|❌| -|TimescaleDB 2.0|❌|❌|❌|❌|✅|✅|❌|❌ -|TimescaleDB 1.7|❌|❌|❌|❌|✅|✅|✅|✅| +|TimescaleDB 2.17 and higher|✅|✅|✅|✅|❌|❌|❌|❌|❌| +|TimescaleDB 2.16 and higher|❌|✅|✅|✅|✅|❌|❌|❌|❌|❌| +|TimescaleDB 2.15 and higher|❌|✅|✅|✅|✅|✅|❌|❌|❌|❌| +|TimescaleDB 2.14 and higher|❌|✅|✅|✅|✅|✅|❌|❌|❌|❌| +|TimescaleDB 2.13 and higher|❌|✅|✅|✅|✅|❌|❌|❌|❌| +|TimescaleDB 2.12 and higher|❌|❌|✅|✅|✅|❌|❌|❌|❌| +|TimescaleDB 2.10 and higher|❌|❌|✅|✅|✅|✅|❌|❌|❌| +|TimescaleDB 2.5 to 2.9|❌|❌|❌|✅|✅|✅|❌|❌|❌| +|TimescaleDB 2.4|❌|❌|❌|❌|✅|✅|❌|❌|❌| +|TimescaleDB 2.1 to 2.3|❌|❌|❌|❌|✅|✅|✅|❌|❌| +|TimescaleDB 2.0|❌|❌|❌|❌|❌|✅|✅|❌|❌ +|TimescaleDB 1.7|❌|❌|❌|❌|❌|✅|✅|✅|✅| You need to upgrade PostgreSQL and TimescaleDB in two separate steps. This is so that you can make sure each upgrade completes properly. For example, if you are diff --git a/use-timescale/upgrades.md b/use-timescale/upgrades.md index 20f361556a..bff4a8b494 100644 --- a/use-timescale/upgrades.md +++ b/use-timescale/upgrades.md @@ -119,7 +119,7 @@ can plan accordingly. However, in some cases, we might not be able to do so. ## Upgrade to a new PostgreSQL version -Timescale currently supports PostgreSQL 14, 15, and 16. You can see +Timescale currently supports PostgreSQL 14, 15, 16, and 17. You can see your PostgreSQL and Timescale versions from the Timescale service overview page.