Skip to content

Commit fd8532e

Browse files
authored
Merge pull request #209535 from jonels-msft/hsc-upgrade-downtime
Mention downtime in upgrade articles
2 parents 0bed7f7 + 181249e commit fd8532e

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

articles/postgresql/hyperscale/concepts-upgrade.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jonels-msft
66
ms.service: postgresql
77
ms.subservice: hyperscale-citus
88
ms.topic: conceptual
9-
ms.date: 08/02/2022
9+
ms.date: 08/29/2022
1010
---
1111

1212
# Hyperscale (Citus) server group upgrades
@@ -20,9 +20,15 @@ higher.
2020

2121
## Upgrade precautions
2222

23-
Upgrading a major version of Citus can introduce changes in behavior.
24-
It's best to familiarize yourself with new product features and changes
25-
to avoid surprises.
23+
Upgrades require some downtime in the database cluster. The exact time depends
24+
on the source and destination versions of the upgrade. To prepare for the
25+
production cluster upgrade, we recommend [testing the
26+
upgrade](howto-upgrade.md#test-the-upgrade-first), and measure downtime during
27+
the test.
28+
29+
Also, upgrading a major version of Citus can introduce changes in behavior.
30+
It's best to familiarize yourself with new product features and changes to
31+
avoid surprises.
2632

2733
Noteworthy Citus 11 changes:
2834

articles/postgresql/hyperscale/howto-upgrade.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jonels-msft
66
ms.service: postgresql
77
ms.subservice: hyperscale-citus
88
ms.topic: how-to
9-
ms.date: 08/02/2022
9+
ms.date: 08/29/2022
1010
---
1111

1212
# Upgrade Hyperscale (Citus) server group
@@ -20,10 +20,11 @@ on all server group nodes.
2020

2121
Upgrading PostgreSQL causes more changes than you might imagine, because
2222
Hyperscale (Citus) will also upgrade the [database
23-
extensions](reference-extensions.md), including the Citus extension.
23+
extensions](reference-extensions.md), including the Citus extension. Upgrades
24+
also require downtime in the database cluster.
2425

2526
We strongly recommend you to test your application with the new PostgreSQL and
26-
Citus version before you upgrade your production environment. Also, please see
27+
Citus version before you upgrade your production environment. Also, see
2728
our list of [upgrade precautions](concepts-upgrade.md).
2829

2930
A convenient way to test is to make a copy of your server group using

0 commit comments

Comments
 (0)