From 28a3e6d225c48bec5634e66f37fab6b27c5eaecf Mon Sep 17 00:00:00 2001 From: Aolin Date: Thu, 26 Oct 2023 13:51:50 +0800 Subject: [PATCH] Apply suggestions from code review --- en/restore-data-using-tidb-lightning.md | 2 +- zh/restore-data-using-tidb-lightning.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/restore-data-using-tidb-lightning.md b/en/restore-data-using-tidb-lightning.md index 7a6b8e5e8..f62753e67 100644 --- a/en/restore-data-using-tidb-lightning.md +++ b/en/restore-data-using-tidb-lightning.md @@ -10,7 +10,7 @@ This document describes how to import data into a TiDB cluster on Kubernetes usi In Kubernetes, the tidb-lightning is in a separate Helm chart and deployed as a `Job`. -TiDB Lightning supports three backends: `Importer-backend`, `Local-backend`, and `TiDB-backend`. For the differences of these backends and how to choose backends, see [TiDB Lightning Backends](https://docs.pingcap.com/tidb/stable/tidb-lightning-backends). +TiDB Lightning supports two backends: `Local-backend`, and `TiDB-backend`. For the differences of these backends and how to choose backends, see [TiDB Lightning Backends](https://docs.pingcap.com/tidb/stable/tidb-lightning-backends). - For `Local-backend`, only tidb-lightning needs to be deployed. diff --git a/zh/restore-data-using-tidb-lightning.md b/zh/restore-data-using-tidb-lightning.md index f486e9921..67f756479 100644 --- a/zh/restore-data-using-tidb-lightning.md +++ b/zh/restore-data-using-tidb-lightning.md @@ -10,7 +10,7 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/restore-data-using-tidb-lightning/'] TiDB Lightning 位于单独的 Helm chart 内,被部署为一个 `Job`。 -目前,TiDB Lightning 支持三种后端:`Importer-backend`、`Local-backend` 、`TiDB-backend`。关于这三种后端的区别和选择,请参阅 [TiDB Lightning 文档](https://docs.pingcap.com/zh/tidb/stable/tidb-lightning-backends)。 +目前,TiDB Lightning 支持两种后端:`Local-backend` 和 `TiDB-backend`。关于这两种后端的区别和选择,请参阅 [TiDB Lightning 文档](https://docs.pingcap.com/zh/tidb/stable/tidb-lightning-backends)。 - 对于 `Local-backend` 后端,只需要部署 tidb-lightning。