File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
articles/postgresql/hyperscale Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: jonels-msft
6
6
ms.service : postgresql
7
7
ms.subservice : hyperscale-citus
8
8
ms.topic : conceptual
9
- ms.date : 08/02 /2022
9
+ ms.date : 08/29 /2022
10
10
---
11
11
12
12
# Hyperscale (Citus) server group upgrades
@@ -20,9 +20,15 @@ higher.
20
20
21
21
## Upgrade precautions
22
22
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.
26
32
27
33
Noteworthy Citus 11 changes:
28
34
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: jonels-msft
6
6
ms.service : postgresql
7
7
ms.subservice : hyperscale-citus
8
8
ms.topic : how-to
9
- ms.date : 08/02 /2022
9
+ ms.date : 08/29 /2022
10
10
---
11
11
12
12
# Upgrade Hyperscale (Citus) server group
@@ -20,10 +20,11 @@ on all server group nodes.
20
20
21
21
Upgrading PostgreSQL causes more changes than you might imagine, because
22
22
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.
24
25
25
26
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
27
28
our list of [ upgrade precautions] ( concepts-upgrade.md ) .
28
29
29
30
A convenient way to test is to make a copy of your server group using
You can’t perform that action at this time.
0 commit comments