You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/databases/recover.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ of the configuration and persistence files on each of the nodes.
55
55
56
56
If you use local persistent storage, place all of the recovery files on each of the cluster nodes.
57
57
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">}}):
59
59
60
60
```sh
61
61
rladmin recover list
@@ -100,7 +100,11 @@ GET https://<host>:<port>/v1/modules
100
100
101
101
{{< /multitabs >}}
102
102
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
+
```
104
108
105
109
1. Download any missing modules versions from the [Redis download center](https://redis.io/downloads/#tools).
0 commit comments