Skip to content

Commit

Permalink
Add aliases to 62 files on master branch (pingcap#621)
Browse files Browse the repository at this point in the history
* add alias

* Update _index.md

* zh: docs -> docs-cn
  • Loading branch information
yikeke authored Aug 4, 2020
1 parent 769224b commit 5eab7e8
Show file tree
Hide file tree
Showing 62 changed files with 62 additions and 6 deletions.
1 change: 1 addition & 0 deletions zh/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: TiDB in Kubernetes 用户文档
summary: 了解 TiDB in Kubernetes 的用户文档。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/']
---

<!-- markdownlint-disable MD046 -->
Expand Down
1 change: 1 addition & 0 deletions zh/access-dashboard.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 访问 TiDB Dashboard
summary: 介绍如何在 Kubernetes 环境下访问 TiDB Dashboard
aliases: ['/docs-cn/tidb-in-kubernetes/dev/access-dashboard/']
---

# TiDB Dashboard 指南
Expand Down
1 change: 1 addition & 0 deletions zh/access-tidb.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 访问 Kubernetes 上的 TiDB 集群
summary: 介绍如何访问 Kubernetes 上的 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/access-tidb/']
---

# 访问 Kubernetes 上的 TiDB 集群
Expand Down
1 change: 1 addition & 0 deletions zh/advanced-statefulset.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 增强型 StatefulSet 控制器
summary: 介绍如何开启、使用增强型 StatefulSet 控制器
aliases: ['/docs-cn/tidb-in-kubernetes/dev/advanced-statefulset/']
---

# 增强型 StatefulSet 控制器
Expand Down
1 change: 1 addition & 0 deletions zh/architecture.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: TiDB Operator 架构
summary: 了解 TiDB Operator 架构及其工作原理。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/architecture/']
---

# TiDB Operator 架构
Expand Down
2 changes: 1 addition & 1 deletion zh/backup-and-restore-using-helm-charts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 基于 Helm Charts 实现的 TiDB 集群备份与恢复
summary: 介绍如何基于 Helm Charts 实现 TiDB 集群的备份与恢复。
aliases: ['/docs-cn/dev/tidb-in-kubernetes/maintain/backup-and-restore/','/docs-cn/v3.0/tidb-in-kubernetes/maintain/backup-and-restore/','/docs-cn/v3.1/tidb-in-kubernetes/maintain/backup-and-restore/']
aliases: ['/docs-cn/tidb-in-kubernetes/dev/backup-and-restore-using-helm-charts/','/docs-cn/dev/tidb-in-kubernetes/maintain/backup-and-restore/','/docs-cn/v3.0/tidb-in-kubernetes/maintain/backup-and-restore/','/docs-cn/v3.1/tidb-in-kubernetes/maintain/backup-and-restore/']
---

# 基于 Helm Charts 实现的 TiDB 集群备份与恢复
Expand Down
1 change: 1 addition & 0 deletions zh/backup-to-aws-s3-using-br.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 使用 BR 工具备份 TiDB 集群数据到兼容 S3 的存储
summary: 介绍如何使用 BR 工具备份 TiDB 集群数据到兼容 Amazon S3 的存储。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/backup-to-aws-s3-using-br/']
---

<!-- markdownlint-disable MD007 -->
Expand Down
1 change: 1 addition & 0 deletions zh/backup-to-gcs-using-br.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 使用 BR 工具备份 TiDB 集群到 GCS
summary: 介绍如何使用 BR 工具备份 TiDB 集群到 Google Cloud Storage (GCS)。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/backup-to-gcs-using-br/']
---

# 使用 BR 工具备份 TiDB 集群到 GCS
Expand Down
1 change: 1 addition & 0 deletions zh/backup-to-gcs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 使用 Dumpling 备份 TiDB 集群数据到 GCS
summary: 介绍如何使用 Dumpling 将 TiDB 集群数据备份到 Google Cloud Storage (GCS)。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/backup-to-gcs/']
---

# 使用 Dumpling 备份 TiDB 集群数据到 GCS
Expand Down
1 change: 1 addition & 0 deletions zh/backup-to-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 使用 Dumpling 备份 TiDB 集群数据到兼容 S3 的存储
summary: 介绍如何使用 Dumpling 备份 TiDB 集群数据到兼容 S3 的存储。
category: how-to
aliases: ['/docs-cn/tidb-in-kubernetes/dev/backup-to-s3/']
---

# 使用 Dumpling 备份 TiDB 集群数据到兼容 S3 的存储
Expand Down
1 change: 1 addition & 0 deletions zh/benchmark-sysbench.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: TiDB in Kubernetes Sysbench 性能测试
aliases: ['/docs-cn/tidb-in-kubernetes/dev/benchmark-sysbench/']
---

# TiDB in Kubernetes Sysbench 性能测试
Expand Down
1 change: 1 addition & 0 deletions zh/cheat-sheet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 管理 TiDB 集群的 Command Cheat Sheet
summary: 介绍管理 TiDB 集群的 Command Cheat Sheet。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/cheat-sheet/']
---

# 管理 TiDB 集群的 Command Cheat Sheet
Expand Down
2 changes: 1 addition & 1 deletion zh/configure-a-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 配置 TiDB 集群
summary: 了解如何在 Kubernetes 中配置 TiDB 集群。
category: how-to
aliases: ['/zh/tidb-in-kubernetes/dev/configure-cluster-using-tidbcluster/','/docs-cn/tidb-in-kubernetes/dev/configure-cluster-using-tidbcluster/']
aliases: ['/docs-cn/tidb-in-kubernetes/dev/configure-a-tidb-cluster/','/zh/tidb-in-kubernetes/dev/configure-cluster-using-tidbcluster/','/docs-cn/tidb-in-kubernetes/dev/configure-cluster-using-tidbcluster/']
---

<!-- markdownlint-disable MD007 -->
Expand Down
1 change: 1 addition & 0 deletions zh/configure-backup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: tidb-backup chart 配置
summary: 介绍 tidb-backup chart 配置。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/configure-backup/']
---

# tidb-backup chart 配置
Expand Down
2 changes: 1 addition & 1 deletion zh/configure-storage-class.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Kubernetes 上的持久化存储类型配置
summary: 介绍 Kubernetes 上的数据持久化存储类型配置。
aliases: ['/docs-cn/dev/tidb-in-kubernetes/reference/configuration/local-pv/']
aliases: ['/docs-cn/tidb-in-kubernetes/dev/configure-storage-class/','/docs-cn/dev/tidb-in-kubernetes/reference/configuration/local-pv/']
---

# Kubernetes 上的持久化存储类型配置
Expand Down
1 change: 1 addition & 0 deletions zh/configure-tidb-binlog-drainer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Kubernetes 上的 TiDB Binlog Drainer 配置
summary: 了解 Kubernetes 上的 TiDB Binlog Drainer 配置参数。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/configure-tidb-binlog-drainer/']
---

# Kubernetes 上的 TiDB Binlog Drainer 配置
Expand Down
1 change: 1 addition & 0 deletions zh/deploy-failures.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Kubernetes 上的 TiDB 常见部署错误
summary: 介绍 Kubernetes 上 TiDB 部署的常见错误以及处理办法。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-failures/']
---

# Kubernetes 上的 TiDB 常见部署错误
Expand Down
1 change: 1 addition & 0 deletions zh/deploy-on-alibaba-cloud.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 在阿里云上部署 TiDB 集群
summary: 介绍如何在阿里云上部署 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-on-alibaba-cloud/']
---

# 在阿里云上部署 TiDB 集群
Expand Down
1 change: 1 addition & 0 deletions zh/deploy-on-aws-eks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 在 AWS EKS 上部署 TiDB
summary: 介绍如何在 AWS EKS (Elastic Kubernetes Service) 上部署 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-on-aws-eks/']
---

# 在 AWS EKS 上部署 TiDB 集群
Expand Down
1 change: 1 addition & 0 deletions zh/deploy-on-gcp-gke.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 在 GCP GKE 上部署 TiDB 集群
summary: 了解如何在 GCP GKE 上部署 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-on-gcp-gke/']
---

# 在 GCP GKE 上部署 TiDB 集群
Expand Down
1 change: 1 addition & 0 deletions zh/deploy-on-general-kubernetes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 在标准 Kubernetes 上部署 TiDB 集群
summary: 介绍如何在标准 Kubernetes 集群上通过 TiDB Operator 部署 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-on-general-kubernetes/']
---

# 在标准 Kubernetes 上部署 TiDB 集群
Expand Down
1 change: 1 addition & 0 deletions zh/deploy-ticdc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 在 Kubernetes 上部署 TiCDC
summary: 了解如何在 Kubernetes 上部署 TiCDC。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-ticdc/']
---

# 在 Kubernetes 上部署 TiCDC
Expand Down
1 change: 1 addition & 0 deletions zh/deploy-tidb-binlog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 部署 TiDB Binlog
summary: 了解如何在 Kubernetes 上部署 TiDB 集群的 TiDB Binlog。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-tidb-binlog/']
---

# 部署 TiDB Binlog
Expand Down
1 change: 1 addition & 0 deletions zh/deploy-tidb-from-kubernetes-gke.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 在 GCP 上通过 Kubernetes 部署 TiDB 集群
summary: 在 GCP 上通过 Kubernetes 部署 TiDB 集群教程。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-gke/']
---

# 在 GCP 上通过 Kubernetes 部署 TiDB 集群
Expand Down
1 change: 1 addition & 0 deletions zh/deploy-tidb-operator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 在 Kubernetes 上部署 TiDB Operator
summary: 了解如何在 Kubernetes 上部署 TiDB Operator。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-tidb-operator/']
---

# 在 Kubernetes 上部署 TiDB Operator
Expand Down
1 change: 1 addition & 0 deletions zh/deploy-tiflash.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 在 Kubernetes 上部署 TiFlash
summary: 了解如何在 Kubernetes 上部署 TiFlash。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-tiflash/']
---

# 在 Kubernetes 上部署 TiFlash
Expand Down
1 change: 1 addition & 0 deletions zh/destroy-a-tidb-cluster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 销毁 Kubernetes 上的 TiDB 集群
summary: 介绍如何销毁 Kubernetes 集群上的 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/destroy-a-tidb-cluster/']
---

# 销毁 Kubernetes 上的 TiDB 集群
Expand Down
1 change: 1 addition & 0 deletions zh/enable-admission-webhook.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 开启 TiDB Operator 准入控制器
summary: 介绍如何开启 TiDB Operator 准入控制器以及它的作用。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/enable-admission-webhook/']
---

# TiDB Operator 准入控制器
Expand Down
1 change: 1 addition & 0 deletions zh/enable-tidb-cluster-auto-scaling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 启用 TidbCluster 弹性伸缩
summary: 介绍如何使用 TidbCluster 的弹性伸缩能力。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/enable-tidb-cluster-auto-scaling/']
---

# 启用 TidbCluster 弹性伸缩
Expand Down
1 change: 1 addition & 0 deletions zh/enable-tls-between-components.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 为 TiDB 组件间开启 TLS
summary: 在 Kubernetes 上如何为 TiDB 集群组件间开启 TLS。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/enable-tls-between-components/']
---

# 为 TiDB 组件间开启 TLS
Expand Down
1 change: 1 addition & 0 deletions zh/enable-tls-for-mysql-client.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 为 MySQL 客户端开启 TLS
summary: 在 Kubernetes 上如何为 TiDB 集群的 MySQL 客户端开启 TLS。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/enable-tls-for-mysql-client/']
---

# 为 MySQL 客户端开启 TLS
Expand Down
1 change: 1 addition & 0 deletions zh/exceptions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Kubernetes 上的 TiDB 集群常见异常
summary: 介绍 TiDB 集群运行过程中常见异常以及处理办法。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/exceptions/']
---

# Kubernetes 上的 TiDB 集群常见异常
Expand Down
1 change: 1 addition & 0 deletions zh/faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Kubernetes 上的 TiDB 集群常见问题
summary: 介绍 Kubernetes 上的 TiDB 集群常见问题以及解决方案。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/faq/']
---

# Kubernetes 上的 TiDB 集群常见问题
Expand Down
2 changes: 1 addition & 1 deletion zh/get-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Kubernetes 上使用 TiDB Operator 快速上手
summary: 介绍如何在 Kubernetes 上使用 TiDB Operator 部署 TiDB 集群
aliases: ['/docs-cn/dev/tidb-in-kubernetes/deploy-tidb-from-kubernetes-dind/', '/docs-cn/dev/tidb-in-kubernetes/deploy-tidb-from-kubernetes-kind/', '/docs-cn/dev/tidb-in-kubernetes/deploy-tidb-from-kubernetes-minikube/','/docs-cn/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-kind/','/docs-cn/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-minikube/','/zh/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-kind/','/zh/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-gke/','/zh/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-minikube']
aliases: ['/docs-cn/tidb-in-kubernetes/dev/get-started/','/docs-cn/dev/tidb-in-kubernetes/deploy-tidb-from-kubernetes-dind/', '/docs-cn/dev/tidb-in-kubernetes/deploy-tidb-from-kubernetes-kind/', '/docs-cn/dev/tidb-in-kubernetes/deploy-tidb-from-kubernetes-minikube/','/docs-cn/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-kind/','/docs-cn/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-minikube/','/zh/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-kind/','/zh/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-gke/','/zh/tidb-in-kubernetes/dev/deploy-tidb-from-kubernetes-minikube']
---

# Kubernetes 上使用 TiDB Operator 快速上手
Expand Down
1 change: 1 addition & 0 deletions zh/initialize-a-cluster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Kubernetes 上的集群初始化配置
summary: 介绍如何初始化配置 Kubernetes 上的 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/initialize-a-cluster/']
---

# Kubernetes 上的集群初始化配置
Expand Down
2 changes: 1 addition & 1 deletion zh/logs-collection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 日志收集
summary: 介绍收集 TiDB 及相关组件日志的方法。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/collect-tidb-logs/']
aliases: ['/docs-cn/tidb-in-kubernetes/dev/logs-collection/','/docs-cn/tidb-in-kubernetes/dev/collect-tidb-logs/']
---

# 日志收集
Expand Down
1 change: 1 addition & 0 deletions zh/maintain-a-kubernetes-node.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 维护 TiDB 集群所在的 Kubernetes 节点
summary: 介绍如何维护 TiDB 集群所在的 Kubernetes 节点。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/maintain-a-kubernetes-node/']
---

# 维护 TiDB 集群所在的 Kubernetes 节点
Expand Down
1 change: 1 addition & 0 deletions zh/monitor-a-tidb-cluster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Kubernetes 上的 TiDB 集群监控
summary: 介绍如何在 Kubernetes 上部署 TiDB 集群监控。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/monitor-a-tidb-cluster/']
---

# Kubernetes 上的 TiDB 集群监控
Expand Down
1 change: 1 addition & 0 deletions zh/monitor-using-tidbmonitor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 通过 TidbMonitor 监控 TiDB 集群
aliases: ['/docs-cn/tidb-in-kubernetes/dev/monitor-using-tidbmonitor/']
---

# 通过 TidbMonitor 监控 TiDB 集群
Expand Down
1 change: 1 addition & 0 deletions zh/network-issues.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Kubernetes 上的 TiDB 集群常见网络问题
summary: 介绍 Kubernetes 上 TiDB 集群的常见网络问题以及诊断解决方案。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/network-issues/']
---

# Kubernetes 上的 TiDB 集群常见网络问题
Expand Down
1 change: 1 addition & 0 deletions zh/notes-tidb-operator-v1.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: TiDB Operator v1.1 重要注意事项
aliases: ['/docs-cn/tidb-in-kubernetes/dev/notes-tidb-operator-v1.1/']
---

# TiDB Operator v1.1 重要注意事项
Expand Down
1 change: 1 addition & 0 deletions zh/pd-recover.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 使用 PD Recover 恢复 PD 集群
summary: 了解如何使用 PD Recover 恢复 PD 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/pd-recover/']
---

# 使用 PD Recover 恢复 PD 集群
Expand Down
1 change: 1 addition & 0 deletions zh/prerequisites.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Kubernetes 上的 TiDB 集群环境需求
summary: 介绍在 Kubernetes 上部署 TiDB 集群的软硬件环境需求。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/prerequisites/']
---

# Kubernetes 上的 TiDB 集群环境需求
Expand Down
1 change: 1 addition & 0 deletions zh/recover-deleted-cluster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 恢复误删的 TiDB 集群
summary: 介绍如何恢复误删的 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/recover-deleted-cluster/']
---

# 恢复误删的 TiDB 集群
Expand Down
1 change: 1 addition & 0 deletions zh/restart-a-tidb-cluster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 重启 Kubernetes 上的 TiDB 集群
summary: 了解如何重启 Kubernetes 集群上的 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/restart-a-tidb-cluster/']
---

# 重启 Kubernetes 上的 TiDB 集群
Expand Down
1 change: 1 addition & 0 deletions zh/restore-data-using-tidb-lightning.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 使用 TiDB Lightning 恢复 Kubernetes 上的集群数据
summary: 使用 TiDB Lightning 快速恢复 Kubernetes 上的 TiDB 集群数据。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/restore-data-using-tidb-lightning/']
---

# 使用 TiDB Lightning 恢复 Kubernetes 上的集群数据
Expand Down
1 change: 1 addition & 0 deletions zh/restore-from-aws-s3-using-br.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 使用 BR 工具恢复 S3 兼容存储上的备份数据
summary: 介绍如何使用 BR 工具恢复 Amazon S3 兼容存储上的备份数据。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/restore-from-aws-s3-using-br/']
---

# 使用 BR 工具恢复 S3 兼容存储上的备份数据
Expand Down
1 change: 1 addition & 0 deletions zh/restore-from-gcs-using-br.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 使用 BR 工具恢复 GCS 上的备份数据
summary: 介绍如何使用 BR 工具将存储在 GCS 上的备份数据恢复到 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/restore-from-gcs-using-br/']
---

# 使用 BR 工具恢复 GCS 上的备份数据
Expand Down
1 change: 1 addition & 0 deletions zh/restore-from-gcs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 使用 TiDB Lightning 恢复 GCS 上的备份数据
summary: 介绍如何使用 TiDB Lightning 将存储在 GCS 上的备份数据恢复到 TiDB 集群。
aliases: ['/docs-cn/tidb-in-kubernetes/dev/restore-from-gcs/']
---

# 使用 TiDB Lightning 恢复 GCS 上的备份数据
Expand Down
Loading

0 comments on commit 5eab7e8

Please sign in to comment.