Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <andrew@planetscale.com>
  • Loading branch information
Andrew Mason authored Sep 27, 2023
1 parent 26b48f8 commit c93eb2c
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 6 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/18.0/reference/programs/vtcombo/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: vtcombo
series: vtcombo
commit: 476ca265d0583549c05a3ab88f76bc8d24174364
---
## vtcombo

Expand Down Expand Up @@ -152,6 +153,7 @@ vtcombo [flags]
--gc_check_interval duration Interval between garbage collection checks (default 1h0m0s)
--gc_purge_check_interval duration Interval between purge discovery checks (default 1m0s)
--gh-ost-path string override default gh-ost binary full path
--grpc-send-session-in-streaming If set, will send the session as last packet in streaming api to support transactions in streaming
--grpc-use-effective-groups If set, and SSL is not used, will set the immediate caller's security groups from the effective caller id's groups.
--grpc-use-static-authentication-callerid If set, will set the immediate caller id to the username authenticated by the static auth plugin.
--grpc_auth_mode string Which auth plugin implementation to use (eg: static)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: OnlineDDL
series: vtctldclient
commit: 476ca265d0583549c05a3ab88f76bc8d24174364
---
## vtctldclient OnlineDDL

Expand All @@ -22,10 +23,10 @@ Operates on online DDL (schema migrations).
### SEE ALSO

* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server.
* [vtctldclient OnlineDDL cancel](./vtctldclient_onlineddl_cancel/) - cancel one or all migrations, terminating any running ones as needed.
* [vtctldclient OnlineDDL cancel](./vtctldclient_onlineddl_cancel/) - Cancel one or all migrations, terminating any running ones as needed.
* [vtctldclient OnlineDDL cleanup](./vtctldclient_onlineddl_cleanup/) - Mark a given schema migration ready for artifact cleanup.
* [vtctldclient OnlineDDL complete](./vtctldclient_onlineddl_complete/) - complete one or all migrations executed with --postpone-completion
* [vtctldclient OnlineDDL launch](./vtctldclient_onlineddl_launch/) - launch one or all migrations executed with --postpone-launch
* [vtctldclient OnlineDDL complete](./vtctldclient_onlineddl_complete/) - Complete one or all migrations executed with --postpone-completion
* [vtctldclient OnlineDDL launch](./vtctldclient_onlineddl_launch/) - Launch one or all migrations executed with --postpone-launch
* [vtctldclient OnlineDDL retry](./vtctldclient_onlineddl_retry/) - Mark a given schema migration for retry.
* [vtctldclient OnlineDDL show](./vtctldclient_onlineddl_show/) - Display information about online DDL operations.
* [vtctldclient OnlineDDL throttle](./vtctldclient_onlineddl_throttle/) - Throttles one or all migrations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: OnlineDDL cancel
series: vtctldclient
commit: 476ca265d0583549c05a3ab88f76bc8d24174364
---
## vtctldclient OnlineDDL cancel

cancel one or all migrations, terminating any running ones as needed.
Cancel one or all migrations, terminating any running ones as needed.

```
vtctldclient OnlineDDL cancel <keyspace> <uuid|all>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: OnlineDDL cleanup
series: vtctldclient
commit: 476ca265d0583549c05a3ab88f76bc8d24174364
---
## vtctldclient OnlineDDL cleanup

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: OnlineDDL complete
series: vtctldclient
commit: 476ca265d0583549c05a3ab88f76bc8d24174364
---
## vtctldclient OnlineDDL complete

complete one or all migrations executed with --postpone-completion
Complete one or all migrations executed with --postpone-completion

```
vtctldclient OnlineDDL complete <keyspace> <uuid|all>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: OnlineDDL launch
series: vtctldclient
commit: 476ca265d0583549c05a3ab88f76bc8d24174364
---
## vtctldclient OnlineDDL launch

launch one or all migrations executed with --postpone-launch
Launch one or all migrations executed with --postpone-launch

```
vtctldclient OnlineDDL launch <keyspace> <uuid|all>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: OnlineDDL retry
series: vtctldclient
commit: 476ca265d0583549c05a3ab88f76bc8d24174364
---
## vtctldclient OnlineDDL retry

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: OnlineDDL show
series: vtctldclient
commit: 476ca265d0583549c05a3ab88f76bc8d24174364
---
## vtctldclient OnlineDDL show

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: OnlineDDL throttle
series: vtctldclient
commit: 476ca265d0583549c05a3ab88f76bc8d24174364
---
## vtctldclient OnlineDDL throttle

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: OnlineDDL unthrottle
series: vtctldclient
commit: 476ca265d0583549c05a3ab88f76bc8d24174364
---
## vtctldclient OnlineDDL unthrottle

Expand Down

0 comments on commit c93eb2c

Please sign in to comment.