From ffaece237d310f85779f8430471f1555064ee919 Mon Sep 17 00:00:00 2001 From: Yu Chen <74105241+yu285@users.noreply.github.com> Date: Sat, 18 Jun 2022 23:19:28 +0800 Subject: [PATCH] docs: yu285-patch-1 (#13949) * docs: yu285-patch-1 * Update 06-taosdump.md * Update 06-taosdump.md Looks good, I made a couple small edits to the grammar. Co-authored-by: Sean Ely <105326513+sean-tdengine@users.noreply.github.com> --- docs/en/14-reference/06-taosdump.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/14-reference/06-taosdump.md b/docs/en/14-reference/06-taosdump.md index 5403e40925..3eb7d0be81 100644 --- a/docs/en/14-reference/06-taosdump.md +++ b/docs/en/14-reference/06-taosdump.md @@ -36,6 +36,8 @@ There are two ways to install taosdump: :::tip - taosdump versions after 1.4.1 provide the `-I` argument for parsing Avro file schema and data. If users specify `-s` then only taosdump will parse schema. - Backups after taosdump 1.4.2 use the batch count specified by the `-B` parameter. The default value is 16384. If, in some environments, low network speed or disk performance causes "Error actual dump ... batch ...", then try changing the `-B` parameter to a smaller value. +- The export of taosdump does not support resuming after an interruption. Therefore, if the taosdump process terminates unexpectedly, delete all related files that have been exported or generated. +- The import of taosdump supports resuming after an interruption, but when the process resumes, you will receive some "table already exists" messages, which can be ignored. ::: -- GitLab