From 48f92ce7f6095b33f77833d65e4706b3b6a43b5f Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Thu, 21 Mar 2024 14:37:06 -0500 Subject: [PATCH] Typo fix --- content/rs/clusters/cluster-recovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rs/clusters/cluster-recovery.md b/content/rs/clusters/cluster-recovery.md index 154e26584b1..86a1e757624 100644 --- a/content/rs/clusters/cluster-recovery.md +++ b/content/rs/clusters/cluster-recovery.md @@ -26,7 +26,7 @@ Cluster failure can be caused by: To recover a cluster and re-create it as it was before the failure, you must restore the cluster configuration `ccs-redis.rdb` to the cluster nodes. -To recover databases in the new cluster, you must restore the database from persistence files such as backup files, append-only files (AOF), or RDB snapshots. +To recover databases in the new cluster, you must restore the databases from persistence files such as backup files, append-only files (AOF), or RDB snapshots. These files are stored in the [persistent storage location]({{< relref "/rs/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}). The cluster recovery process includes: