Skip to content

Commit

Permalink
dm: fix the command for querying migration status (pingcap#17987)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Jun 24, 2024
1 parent ce64176 commit 99da757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate-with-more-columns-downstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ In such cases, you can use the `binlog-schema` command to set a table schema for
{{< copyable "shell-regular" >}}

```
tiup dmctl --master-addr ${advertise-addr} query-status resume-task ${task-name}
tiup dmctl --master-addr ${advertise-addr} query-status ${task-name}
```

0 comments on commit 99da757

Please sign in to comment.