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