diff --git a/get-started-with-tidb-lightning.md b/get-started-with-tidb-lightning.md index 37afb821f947a..a87108f108633 100644 --- a/get-started-with-tidb-lightning.md +++ b/get-started-with-tidb-lightning.md @@ -44,17 +44,17 @@ After executing this command, the full backup data is exported to the `/data/my_ ### Step 1: Deploy TiDB cluster -Before the data import, you need to deploy a TiDB cluster (later than v2.0.9). In this tutorial, TiDB v4.0.3 is used. For the deployment method, refer to [TiDB Introduction](/overview.md). +Before the data import, you need to deploy a TiDB cluster. In this tutorial, TiDB v5.0.0 is used as an example. For the deployment method, refer to [Deploy a TiDB Cluster Using TiUP](/production-deployment-using-tiup.md). ### Step 2: Download TiDB Lightning installation package Download the TiDB Lightning installation package from the following link: -- **v4.0.3**: [tidb-toolkit-v4.0.3-linux-amd64.tar.gz](https://download.pingcap.org/tidb-toolkit-v4.0.3-linux-amd64.tar.gz) +- **v5.0.0**: [tidb-toolkit-v5.0.0-linux-amd64.tar.gz](https://download.pingcap.org/tidb-toolkit-v5.0.0-linux-amd64.tar.gz) > **Note:** > -> Choose the same version of TiDB Lightning as that of the TiDB cluster. +> TiDB Lightning is compatible with TiDB clusters of earlier versions. It is recommended that you download the latest stable version of the TiDB Lightning installation package. ### Step 3: Start `tidb-lightning` diff --git a/tidb-lightning/deploy-tidb-lightning.md b/tidb-lightning/deploy-tidb-lightning.md index 627d0a6791eac..3c07f0cab7f80 100644 --- a/tidb-lightning/deploy-tidb-lightning.md +++ b/tidb-lightning/deploy-tidb-lightning.md @@ -78,13 +78,17 @@ This section describes how to [deploy TiDB Lightning manually](#deploy-tidb-ligh #### Step 1: Deploy a TiDB cluster -Before importing data, you need to have a deployed TiDB cluster, with the cluster version 2.0.9 or above. It is highly recommended to use the latest version. +Before importing data, you need to have a deployed TiDB cluster. It is highly recommended to use the latest stable version. You can find deployment instructions in [TiDB Quick Start Guide](/quick-start-with-tidb.md). #### Step 2: Download the TiDB Lightning installation package -Refer to the [TiDB enterprise tools download page](/download-ecosystem-tools.md#tidb-lightning) to download the TiDB Lightning package (choose the same version as that of the TiDB cluster). +Refer to the [TiDB enterprise tools download page](/download-ecosystem-tools.md#tidb-lightning) to download the TiDB Lightning package. + +> **Note:** +> +> TiDB Lightning is compatible with TiDB clusters of earlier versions. It is recommended that you download the latest stable version of the TiDB Lightning installation package. #### Step 3: Start `tidb-lightning`