From ead24ddabc47a640d5578ad3d9254ace2fb98e1e Mon Sep 17 00:00:00 2001 From: qiancai Date: Thu, 8 Apr 2021 09:47:42 +0800 Subject: [PATCH 1/7] Updated the versions --- get-started-with-tidb-lightning.md | 4 ++-- tidb-lightning/deploy-tidb-lightning.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/get-started-with-tidb-lightning.md b/get-started-with-tidb-lightning.md index 37afb821f947a..d8e6f6e9099e5 100644 --- a/get-started-with-tidb-lightning.md +++ b/get-started-with-tidb-lightning.md @@ -44,13 +44,13 @@ 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 [TiDB Introduction](/overview.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:** > diff --git a/tidb-lightning/deploy-tidb-lightning.md b/tidb-lightning/deploy-tidb-lightning.md index 627d0a6791eac..f62cc32eb2751 100644 --- a/tidb-lightning/deploy-tidb-lightning.md +++ b/tidb-lightning/deploy-tidb-lightning.md @@ -84,7 +84,7 @@ You can find deployment instructions in [TiDB Quick Start Guide](/quick-start-wi #### 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. TiDB Lightning is compatible with TiDB clusters in lower versions. It is recommended that you download the latest stable version of the TiDB Lightning installation package. #### Step 3: Start `tidb-lightning` From 10b7d264d96a52f824bf683df8bb63e0fb873ac7 Mon Sep 17 00:00:00 2001 From: qiancai Date: Thu, 8 Apr 2021 10:05:04 +0800 Subject: [PATCH 2/7] Updated the notes --- get-started-with-tidb-lightning.md | 2 +- tidb-lightning/deploy-tidb-lightning.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/get-started-with-tidb-lightning.md b/get-started-with-tidb-lightning.md index d8e6f6e9099e5..0a6b6749147ae 100644 --- a/get-started-with-tidb-lightning.md +++ b/get-started-with-tidb-lightning.md @@ -54,7 +54,7 @@ Download the TiDB Lightning installation package from the following link: > **Note:** > -> Choose the same version of TiDB Lightning as that of the TiDB cluster. +> TiDB Lightning is compatible with TiDB clusters in lower 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 f62cc32eb2751..462471b45bb49 100644 --- a/tidb-lightning/deploy-tidb-lightning.md +++ b/tidb-lightning/deploy-tidb-lightning.md @@ -84,7 +84,11 @@ You can find deployment instructions in [TiDB Quick Start Guide](/quick-start-wi #### 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. TiDB Lightning is compatible with TiDB clusters in lower versions. It is recommended that you download the latest stable version of 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. + +> **Note:** +> +> TiDB Lightning is compatible with TiDB clusters in lower versions. It is recommended that you download the latest stable version of the TiDB Lightning installation package. #### Step 3: Start `tidb-lightning` From 000edad9f74379c84da7811ebfdc756e4c8f8c00 Mon Sep 17 00:00:00 2001 From: qiancai Date: Thu, 8 Apr 2021 10:18:05 +0800 Subject: [PATCH 3/7] Remove the old version info --- tidb-lightning/deploy-tidb-lightning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-lightning/deploy-tidb-lightning.md b/tidb-lightning/deploy-tidb-lightning.md index 462471b45bb49..2c906cdd051ce 100644 --- a/tidb-lightning/deploy-tidb-lightning.md +++ b/tidb-lightning/deploy-tidb-lightning.md @@ -78,7 +78,7 @@ 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 version. You can find deployment instructions in [TiDB Quick Start Guide](/quick-start-with-tidb.md). From cb17f3ae2e11fe05ee4e056642a3ec3ec23e9fe8 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 8 Apr 2021 10:48:32 +0800 Subject: [PATCH 4/7] Update get-started-with-tidb-lightning.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- get-started-with-tidb-lightning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started-with-tidb-lightning.md b/get-started-with-tidb-lightning.md index 0a6b6749147ae..d62caa931a7c2 100644 --- a/get-started-with-tidb-lightning.md +++ b/get-started-with-tidb-lightning.md @@ -44,7 +44,7 @@ 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. In this tutorial, TiDB v5.0.0 is used as an example. 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 From 2f1bbd7f0611f65aee1b6c8fb1e6971f2c425894 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 8 Apr 2021 10:48:41 +0800 Subject: [PATCH 5/7] Update get-started-with-tidb-lightning.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- get-started-with-tidb-lightning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started-with-tidb-lightning.md b/get-started-with-tidb-lightning.md index d62caa931a7c2..a87108f108633 100644 --- a/get-started-with-tidb-lightning.md +++ b/get-started-with-tidb-lightning.md @@ -54,7 +54,7 @@ Download the TiDB Lightning installation package from the following link: > **Note:** > -> TiDB Lightning is compatible with TiDB clusters in lower versions. It is recommended that you download the latest stable version of the TiDB Lightning installation package. +> 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` From 0408ea329cf813ada0789881c461b26d1f74537f Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 8 Apr 2021 10:48:49 +0800 Subject: [PATCH 6/7] Update tidb-lightning/deploy-tidb-lightning.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- tidb-lightning/deploy-tidb-lightning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-lightning/deploy-tidb-lightning.md b/tidb-lightning/deploy-tidb-lightning.md index 2c906cdd051ce..a19bd5c0697f4 100644 --- a/tidb-lightning/deploy-tidb-lightning.md +++ b/tidb-lightning/deploy-tidb-lightning.md @@ -88,7 +88,7 @@ Refer to the [TiDB enterprise tools download page](/download-ecosystem-tools.md# > **Note:** > -> TiDB Lightning is compatible with TiDB clusters in lower versions. It is recommended that you download the latest stable version of the TiDB Lightning installation package. +> 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` From d2f5be166ab0831140dc23c6b69c6e7a0b95d305 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 8 Apr 2021 10:49:03 +0800 Subject: [PATCH 7/7] Update tidb-lightning/deploy-tidb-lightning.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- tidb-lightning/deploy-tidb-lightning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-lightning/deploy-tidb-lightning.md b/tidb-lightning/deploy-tidb-lightning.md index a19bd5c0697f4..3c07f0cab7f80 100644 --- a/tidb-lightning/deploy-tidb-lightning.md +++ b/tidb-lightning/deploy-tidb-lightning.md @@ -78,7 +78,7 @@ 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. 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).