Skip to content

Commit

Permalink
Fix heading indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hongshaoyang authored Dec 23, 2024
1 parent dbdcd52 commit 7ac484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/restore-from-gcs-using-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<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:

Expand Down

0 comments on commit 7ac484b

Please sign in to comment.