Skip to content

Commit 4e4d582

Browse files
committed
Added upgrade index description & fixed a link's anchor
1 parent db33eb5 commit 4e4d582

File tree

1 file changed

+4
-4
lines changed
  • content/operate/rs/installing-upgrading/upgrading

1 file changed

+4
-4
lines changed

content/operate/rs/installing-upgrading/upgrading/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories:
55
- docs
66
- operate
77
- rs
8-
description: null
8+
description: How to upgrade a cluster's Redis Software version, database version, and operating system.
99
hideListLinks: true
1010
linkTitle: Upgrade
1111
weight: 60
@@ -21,7 +21,7 @@ To upgrade Redis Software:
2121

2222
1. Upgrade the software on all nodes of the cluster using one of the following methods:
2323

24-
- [In-place upgrade]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-cluster/#in-place-upgrade">}}) - Directly upgrade Redis Software on each node in the cluster. Although this method is simpler than the rolling upgrade method, it might cause brief service interruptions as each node is upgraded.
24+
- [In-place upgrade]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-cluster#in-place-upgrade">}}) - Directly upgrade Redis Software on each node in the cluster. Although this method is simpler than the rolling upgrade method, it might cause brief service interruptions as each node is upgraded.
2525

2626
- [Rolling upgrade]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-cluster#rolling-upgrade">}}) - Minimize downtime by adding new nodes with an updated Redis Software version to the cluster, one at a time, while keeping the rest of the cluster operational. This method is recommended for production environments that require continuous availability.
2727

@@ -37,6 +37,6 @@ To upgrade the cluster's operating system:
3737

3838
2. Use one of the following rolling upgrade methods:
3939

40-
- [Extra node method]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-os#extra-node-upgrade">}}) - recommended if you have additional resources available
40+
- [Extra node method]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-os#extra-node-upgrade">}}) - Recommended if you have additional resources available.
4141

42-
- [Replace node method]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-os#replace-node-upgrade">}}) - recommended if you cannot temporarily allocate additional resources
42+
- [Replace node method]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-os#replace-node-upgrade">}}) - Recommended if you cannot temporarily allocate additional resources.

0 commit comments

Comments
 (0)