Skip to content

Commit

Permalink
RS: Cluster recovery with manually uploaded modules (7.2.4 release no…
Browse files Browse the repository at this point in the history
…tes) (#2783)

* RS: Cluster recovery with manually uploaded modules (7.2.4 release notes)

* Copy cluster recovery limitation to 7.2.4 release notes index page
  • Loading branch information
rrelledge authored Aug 23, 2023
1 parent 43b78fe commit 02c9267
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/rs/release-notes/rs-7-2-4-releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,11 @@ As a temporary workaround, you can change the node's `os_name` in the Cluster Co
```sh
ccs-cli hset node:<ID> os_name rhel7
```

#### Cluster recovery with manually uploaded modules

For clusters containing databases with manually uploaded modules, [cluster recovery]({{<relref "/rs/clusters/cluster-recovery">}}) requires an extra step.

After installing Redis Enterprise Software on the cluster nodes, upload compatible modules to `modulesdir` (`/opt/redislabs/lib/modules`) before continuing the recovery process.

This limitation will be removed in a future maintenance release.
8 changes: 8 additions & 0 deletions content/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,14 @@ As a temporary workaround, you can change the node's `os_name` in the Cluster Co
ccs-cli hset node:<ID> os_name rhel7
```

#### Cluster recovery with manually uploaded modules

For clusters containing databases with manually uploaded modules, [cluster recovery]({{<relref "/rs/clusters/cluster-recovery">}}) requires an extra step.

After installing Redis Enterprise Software on the cluster nodes, upload compatible modules to `modulesdir` (`/opt/redislabs/lib/modules`) before continuing the recovery process.

This limitation will be removed in a future maintenance release.

## Security

#### Open source Redis security fixes compatibility
Expand Down

0 comments on commit 02c9267

Please sign in to comment.