From 7ac484bfe2e21e050ec4d053eb095e2829a37c56 Mon Sep 17 00:00:00 2001 From: hongshaoyang Date: Mon, 23 Dec 2024 14:59:47 +0800 Subject: [PATCH] Fix heading indentation --- en/restore-from-gcs-using-br.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/restore-from-gcs-using-br.md b/en/restore-from-gcs-using-br.md index e50d42118..363021332 100644 --- a/en/restore-from-gcs-using-br.md +++ b/en/restore-from-gcs-using-br.md @@ -62,7 +62,7 @@ Before restoring backup data on GCS to TiDB using BR, take the following steps t kubectl create secret generic restore-demo2-tidb-secret --from-literal=user=root --from-literal=password= --namespace=test2 ``` -## Step 2: Restore the backup data to a TiDB cluster +### Step 2: Restore the backup data to a TiDB cluster 1. Create the `Restore` custom resource (CR) to restore the specified data to your cluster: