Skip to content

Commit cbaa680

Browse files
authored
DOC-4626 RS: Fix module prerequisites for OS upgrade (#1083)
1 parent c922412 commit cbaa680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/operate/rs/installing-upgrading/upgrading/upgrade-os.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before you upgrade a cluster's operating system:
2222

2323
To learn which versions of Redis Enterprise Software support specific OS versions, see [Supported platforms]({{< relref "/operate/rs/references/supported-platforms#supported-platforms" >}}).
2424

25-
1. If the cluster contains databases that use modules:
25+
1. If the cluster contains any databases that use modules:
2626

2727
1. Update all nodes in the cluster to [Redis Enterprise Software version 7.2.4-52]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases" >}}) or later before you upgrade the OS.
2828

@@ -50,12 +50,12 @@ Before you upgrade a cluster's operating system:
5050
db:1 db1 RedisJSON 2.4.7 OK, OLD MODULE VERSION
5151
```
5252

53-
1. If any databases use custom modules, manually uploaded modules, or modules marked with `OLD MODULE VERSION`, upload module packages for the OS upgrade version to a cluster node. See [Install a module on a cluster]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster" >}}) for instructions.
53+
1. Upload module packages for the target OS version to a node in the existing cluster. See [Install a module on a cluster]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster" >}}) for instructions.
5454

5555
{{<note>}}
5656
The uploaded module packages have the following requirements:
5757

58-
- The module is compiled for the OS upgrade version.
58+
- The module is compiled for the target OS version.
5959

6060
- The module version matches the version currently used by databases.
6161
{{</note>}}

0 commit comments

Comments
 (0)