Skip to content

Commit

Permalink
fix: note about upgrades. (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
billy-the-fish authored Oct 14, 2024
1 parent cf0f094 commit 0729f49
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions self-hosted/upgrades/upgrade-pg.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,14 @@ upgrade TimescaleDB:
|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
running PostgreSQL 10 and TimescaleDB 1.7.5, and you want to upgrade
to PostgreSQL 13 and TimescaleDB 2.2, upgrade in this order:

1. Upgrade PostgreSQL 10 to PostgreSQL 12
1. Upgrade TimescaleDB 1.7.5 to TimescaleDB 2.2 on PostgreSQL 12
1. Upgrade PostgreSQL 12 to PostgreSQL 13 with TimescaleDB 2.2
installed
You cannot upgrade TimescaleDB and PostgreSQL at the same time. You upgrade each product in
the following steps:

1. Upgrade TimescaleDB to the desired version in your current PostgreSQL installation.
2. Upgrade PostgreSQL to the desired version.

The version of TimescaleDB installed in your PostgreSQL deployment must be the same before
and after the PostgreSQL upgrade.

## Plan your upgrade

Expand Down

0 comments on commit 0729f49

Please sign in to comment.