Skip to content

Commit

Permalink
Update dm-stop-task.md (#19161) (#19167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Oct 21, 2024
1 parent cadd7b2 commit dc14375
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dm/dm-stop-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,11 @@ stop-task test
}
]
}
```
```

> **Note:**
>
> After you stop a migration task with the `stop-task` command, running [`query-status`](/dm/dm-query-status.md) will no longer display the task. However, the checkpoint and other related information for this task is still retained in the `dm_meta` database.
>
> + To start over the migration task, add the `--remove-meta` option when running the [`start-task`](/dm/dm-create-task.md) command.
> + To completely remove the migration task, manually delete the four tables that use the task name as a prefix from the `dm_meta` database.

0 comments on commit dc14375

Please sign in to comment.