From 98ff6aa5e5af19922653e1f60c3c3b0b5eb213bd Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 7 Aug 2023 04:02:58 +0000 Subject: [PATCH] Preview PR https://github.com/pingcap/docs-tidb-operator/pull/2406 and this preview is triggered from commit https://github.com/pingcap/docs-tidb-operator/pull/2406/commits/9cd31f45a7402d88675b2b31bbd30d7fd97338be --- ...restore-by-ebs-snapshot-across-multiple-kubernetes.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/markdown-pages/en/tidb-in-kubernetes/master/en/restore-by-ebs-snapshot-across-multiple-kubernetes.md b/markdown-pages/en/tidb-in-kubernetes/master/en/restore-by-ebs-snapshot-across-multiple-kubernetes.md index 7df8e3657..76ce8f8ff 100644 --- a/markdown-pages/en/tidb-in-kubernetes/master/en/restore-by-ebs-snapshot-across-multiple-kubernetes.md +++ b/markdown-pages/en/tidb-in-kubernetes/master/en/restore-by-ebs-snapshot-across-multiple-kubernetes.md @@ -33,13 +33,14 @@ The restore method described in this document is implemented based on CustomReso Before restoring a TiDB cluster across multiple Kubernetes from EBS volume snapshots, you need to complete the following preparations. -### Complete the volume backup +- Complete the volume backup -To restore a TiDB cluster across multiple Kubernetes from EBS snapshots, you should have a completed `VolumeBackup`. For steps of performing snapshot backup, refer to [Back Up a TiDB Cluster across Multiple Kubernetes Using EBS Volume Snapshots](backup-by-ebs-snapshot-across-multiple-kubernetes.md). + For detailed steps, refer to [Back Up a TiDB Cluster across Multiple Kubernetes Using EBS Volume Snapshots](backup-by-ebs-snapshot-across-multiple-kubernetes.md). -### Prepare the restore clusters +- Prepare the restore cluster -Deploy a TiDB cluster across multiple Kubernetes to which you want to restore data. See [Deploy a TiDB Cluster across Multiple Kubernetes Clusters](deploy-tidb-cluster-across-multiple-kubernetes.md). **Note, You need add the `recoveryMode: true` field to spec of `TidbCluster`**. + - Deploy a TiDB cluster across multiple Kubernetes that you want to restore data to. For detailed steps, refer to [Deploy a TiDB Cluster across Multiple Kubernetes Clusters](deploy-tidb-cluster-across-multiple-kubernetes.md). + - When deploying the TiDB cluster, add the `recoveryMode: true` field to the spec of `TidbCluster`. ## Restore process