File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ help operate-source
33
33
```
34
34
35
35
```
36
- `create`/`update`/` stop`/`show` upstream MySQL/MariaDB source.
36
+ `create`/`stop`/`show` upstream MySQL/MariaDB source.
37
37
38
38
Usage:
39
39
dmctl operate-source <operate-type> [config-file ...] [--print-sample-config] [flags]
@@ -50,8 +50,6 @@ Global Flags:
50
50
51
51
+ ` create ` :创建一个或多个上游的数据库源。创建多个数据源失败时,会尝试回滚到执行命令之前的状态
52
52
53
- + ` update ` :更新一个上游的数据库源
54
-
55
53
+ ` stop ` :停止一个或多个上游的数据库源。停止多个数据源失败时,可能有部分数据源已成功停止
56
54
57
55
+ ` show ` :显示已添加的数据源以及对应的 DM-worker
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Available Commands:
51
51
list-member Lists member information
52
52
offline-member Offlines member which has been closed
53
53
operate-leader `evict`/`cancel-evict` the leader
54
- operate-source `create`/`update`/` stop`/`show` upstream MySQL/MariaDB source
54
+ operate-source `create`/`stop`/`show` upstream MySQL/MariaDB source
55
55
pause-relay Pauses DM-worker's relay unit
56
56
pause-task Pauses a specified running task or all (sub)tasks bound to a source
57
57
purge-relay Purges relay log files of the DM-worker according to the specified filename
@@ -104,7 +104,7 @@ Available Commands:
104
104
list-member Lists member information
105
105
offline-member Offlines member which has been closed
106
106
operate-leader `evict`/`cancel-evict` the leader
107
- operate-source `create`/`update`/` stop`/`show` upstream MySQL/MariaDB source
107
+ operate-source `create`/`stop`/`show` upstream MySQL/MariaDB source
108
108
pause-relay Pauses DM-worker's relay unit
109
109
pause-task Pauses a specified running task or all (sub)tasks bound to a source
110
110
purge-relay Purges relay log files of the DM-worker according to the specified filename
You can’t perform that action at this time.
0 commit comments