diff --git a/self-hosted/upgrades/upgrade-pg.md b/self-hosted/upgrades/upgrade-pg.md index 23f97aecb6..b11c273557 100644 --- a/self-hosted/upgrades/upgrade-pg.md +++ b/self-hosted/upgrades/upgrade-pg.md @@ -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