Skip to content

Commit 9cf6c33

Browse files
Merge pull request #218671 from flang-msft/fxl-details-about-upgrade-process
Fxl details about upgrade process
2 parents 18802ed + 0e11b25 commit 9cf6c33

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

articles/azure-cache-for-redis/cache-failover.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: flang-msft
55
ms.author: franlanglois
66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 03/15/2022
8+
ms.date: 11/16/2022
99

1010
---
1111

@@ -49,9 +49,10 @@ An *unplanned failover* might happen because of hardware failure, network failur
4949

5050
The Azure Cache for Redis service regularly updates your cache with the latest platform features and fixes. To patch a cache, the service follows these steps:
5151

52-
1. The management service selects one node to be patched.
53-
1. If the selected node is a primary node, the corresponding replica node cooperatively promotes itself. This promotion is considered a planned failover.
54-
1. The selected node reboots to take the new changes and comes back up as a replica node.
52+
1. The management service selects the node to be patched.
53+
1. The replica node is patched.
54+
1. The patched replica cooperatively promotes itself to primary. This promotion is considered a planned failover.
55+
1. The former primary node reboots to take the new changes and comes back up as a replica node.
5556
1. The replica node connects to the primary node and synchronizes data.
5657
1. When the data sync is complete, the patching process repeats for the remaining nodes.
5758

articles/azure-cache-for-redis/cache-how-to-upgrade.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ author: flang-msft
66
ms.author: franlanglois
77
ms.service: cache
88
ms.topic: how-to
9-
ms.date: 09/29/2022
9+
ms.date: 11/16/2022
1010
ms.custom: template-how-to
11+
1112
---
1213

1314

1415
# How to upgrade an existing Redis 4 cache to Redis 6
1516

16-
Azure Cache for Redis supports upgrading the version of your Azure Cache for Redis from Redis 4 to Redis 6. Upgrading is permanent, and it might cause a brief connection issue similar to regular monthly maintenance. As a precautionary step, we recommend exporting the data from your existing Redis 4 cache and testing your client application with a Redis 6 cache in a lower environment before upgrading.
17+
Azure Cache for Redis supports upgrading the version of your Azure Cache for Redis from Redis 4 to Redis 6. Upgrading is similar to regular monthly maintenance. Upgrading follows the same pattern as maintenance: First, the Redis version on the replica node is updated, followed by an update to the primary node. Your client application should treat the upgrade operation exactly like a planned maintenance event.
18+
19+
As a precautionary step, we recommend exporting the data from your existing Redis 4 cache and testing your client application with a Redis 6 cache in a lower environment before upgrading.
1720

1821
For more details on how to export, see [Import and Export data in Azure Cache for Redis](cache-how-to-import-export-data.md).
1922

0 commit comments

Comments
 (0)