Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PostgreSQL version #3477

Merged
merged 3 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions self-hosted/upgrades/upgrade-pg.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading