From 9df6627b7bdaf6c44f8f1e39e718e8f90fef0cd9 Mon Sep 17 00:00:00 2001 From: Ran Date: Sun, 9 Oct 2022 15:37:20 +0800 Subject: [PATCH] tiup: add a notice to tiup dm import Signed-off-by: Ran --- tiup/tiup-component-dm-import.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tiup/tiup-component-dm-import.md b/tiup/tiup-component-dm-import.md index 26313d9a65a9d..ccfd6b98918bc 100644 --- a/tiup/tiup-component-dm-import.md +++ b/tiup/tiup-component-dm-import.md @@ -2,7 +2,11 @@ title: tiup dm import --- -# tiup dm import +# tiup dm import Only for upgrading DM v1.0 + + +This command is used only for upgrading DM clusters from v1.0 to v2.0 or later versions. + In DM v1.0, the cluster is basically deployed using TiDB Ansible. TiUP DM provides the `import` command to import v1.0 clusters and redeploy the clusters in DM v2.0.