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
66ms.service : postgresql
77ms.subservice : hyperscale-citus
88ms.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
2733Noteworthy Citus 11 changes:
2834
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: jonels-msft
66ms.service : postgresql
77ms.subservice : hyperscale-citus
88ms.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
2121Upgrading PostgreSQL causes more changes than you might imagine, because
2222Hyperscale (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
2526We 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
2728our list of [ upgrade precautions] ( concepts-upgrade.md ) .
2829
2930A 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