Skip to content

Commit 30747b3

Browse files
committed
DOC-4564 Added rladmin command to identify module versions required by recoverable DBs
1 parent 2d3e41d commit 30747b3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/operate/rs/databases/recover.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ of the configuration and persistence files on each of the nodes.
5555

5656
If you use local persistent storage, place all of the recovery files on each of the cluster nodes.
5757

58-
1. To see which databases are recoverable, run:
58+
1. To see which databases are recoverable, run [`rladmin recover list`]({{<relref "/operate/rs/references/cli-utilities/rladmin/recover#recover-list">}}):
5959

6060
```sh
6161
rladmin recover list
@@ -100,7 +100,11 @@ GET https://<host>:<port>/v1/modules
100100

101101
{{< /multitabs >}}
102102

103-
1. Identify the module versions required by your databases from the cluster configuration store (CCS) files.
103+
1. Identify the module versions required by the recoverable databases. To do so, run [`rladmin status modules`]({{< relref "/operate/rs/references/cli-utilities/rladmin/status#status-modules" >}}) and check the `DATABASE MODULES` section for the module versions listed for the recoverable databases:
104+
105+
```sh
106+
rladmin status modules extra all
107+
```
104108

105109
1. Download any missing modules versions from the [Redis download center](https://redis.io/downloads/#tools).
106110

0 commit comments

Comments
 (0)