Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Oct 26, 2023
1 parent 84afed9 commit 28a3e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/restore-data-using-tidb-lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion zh/restore-data-using-tidb-lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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。

Expand Down

0 comments on commit 28a3e6d

Please sign in to comment.