diff --git a/reference/dtr/2.6/cli/emergency-repair.md b/reference/dtr/2.6/cli/emergency-repair.md index 601beee374..551561e11c 100644 --- a/reference/dtr/2.6/cli/emergency-repair.md +++ b/reference/dtr/2.6/cli/emergency-repair.md @@ -26,7 +26,7 @@ There are three steps you can take to recover an unhealthy DTR cluster: 2. If the majority of replicas are unhealthy, use this command to revert your cluster to a single DTR replica. 3. If you can't repair your cluster to a single replica, you'll have to - restore from an existing backup, using the `restore` command. + restore from an existing backup, using the [`restore`](./restore/) command. When you run this command, a DTR replica of your choice is repaired and turned into the only replica in the whole DTR cluster. diff --git a/reference/dtr/2.6/cli/restore.md b/reference/dtr/2.6/cli/restore.md index 640a34f69c..75cd923910 100644 --- a/reference/dtr/2.6/cli/restore.md +++ b/reference/dtr/2.6/cli/restore.md @@ -26,8 +26,9 @@ There are three steps you can take to recover an unhealthy DTR cluster: 1. If the majority of replicas are healthy, remove the unhealthy nodes from the cluster, and join new nodes for high availability. -2. If the majority of replicas are unhealthy, use this command to revert your - cluster to a single DTR replica. +2. If the majority of replicas are unhealthy, use the + [`emergency-repair`](./emergency-repair/) command to revert your cluster to + a single DTR replica. 3. If you can't repair your cluster to a single replica, you'll have to restore from an existing backup, using the `restore` command.