From e86ce5028ab99699e7cc432b210f698c1e745672 Mon Sep 17 00:00:00 2001 From: ti-srebot <66930949+ti-srebot@users.noreply.github.com> Date: Mon, 27 Jul 2020 19:20:05 +0800 Subject: [PATCH] en: add `clean-dump-file` configuration (#184) (#187) * cherry pick #184 to release-1.0 Signed-off-by: ti-srebot * Update task-configuration-file-full.md Co-authored-by: toutdesuite --- en/task-configuration-file-full.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/task-configuration-file-full.md b/en/task-configuration-file-full.md index 7a763b3e8..0e39b5b86 100644 --- a/en/task-configuration-file-full.md +++ b/en/task-configuration-file-full.md @@ -31,6 +31,7 @@ remove-meta: false # Whether to remove the `meta` information (`che enable-heartbeat: false # Whether to enable the heartbeat feature. online-ddl-scheme: "gh-ost" # Only "gh-ost" and "pt" are currently supported. case-sensitive: false # Whether schema/table is case-sensitive. +clean-dump-file: true # Whether to clean up the files generated during data dump. Note that these include `metadata` files. New in v1.0.7. target-database: # Configuration of the downstream database instance. host: "192.168.0.1"