From 18a35ed199ac59afd7051826ffde1bb3288b6650 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 14 Nov 2022 11:27:54 +0800 Subject: [PATCH] docs: update taos tools download link for cloud (#18043) * docs: update taos tools download link for cloud * docs: correct with fixed version --- docs/en/19-tools/06-taosdump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/19-tools/06-taosdump.md b/docs/en/19-tools/06-taosdump.md index 7f4d4c06ef..972b8aa62a 100644 --- a/docs/en/19-tools/06-taosdump.md +++ b/docs/en/19-tools/06-taosdump.md @@ -17,7 +17,7 @@ Users should not use taosdump to back up raw data, environment settings, hardwar ## Installation -To use taosdump, you need to download and install [taosTools](https://tdengine.com/assets-download/cloud/taosTools-2.1.3-Linux-x64.tar.gz). Before installing taosTools, please firstly download and install [TDengine CLI](https://docs.tdengine.com/cloud/tools/cli/#installation). +To use taosdump, you need to download and install recent [taosTools](https://www.taosdata.com/assets-download/3.0/taosTools-2.2.7-Linux-x64.tar.gz) or any later version of v2.2.7. Before installing taosTools, please firstly download and install [TDengine CLI](https://docs.tdengine.com/cloud/tools/cli/#installation). Decompress the package and install. ``` -- GitLab