diff --git a/Makefile b/Makefile index 3fb75b863..5ec66a712 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ check-all-links: clean build link-checker-setup bin/htmltest --conf .htmltest.external.yml ifndef COBRADOC_VERSION_PAIRS -export COBRADOC_VERSION_PAIRS="main:20.0,v19.0.1:19.0,v18.0.3:18.0,v17.0.6:17.0" +export COBRADOC_VERSION_PAIRS="main:20.0,v19.0.3:19.0,v18.0.4:18.0,v17.0.6:17.0" endif generated-docs: mysqlctl-docs \ diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/_index.md b/content/en/docs/20.0/reference/programs/vtctldclient/_index.md index 78f548358..ffc334c97 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/_index.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/_index.md @@ -1,7 +1,7 @@ --- title: vtctldclient series: vtctldclient -commit: fdabcfb130ec3ca15b23c278a0f20802bcd05756 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient @@ -35,6 +35,7 @@ vtctldclient [flags] * [vtctldclient AddCellInfo](./vtctldclient_addcellinfo/) - Registers a local topology service in a new cell by creating the CellInfo. * [vtctldclient AddCellsAlias](./vtctldclient_addcellsalias/) - Defines a group of cells that can be referenced by a single name (the alias). +* [vtctldclient ApplyKeyspaceRoutingRules](./vtctldclient_applykeyspaceroutingrules/) - Applies the provided keyspace routing rules. * [vtctldclient ApplyRoutingRules](./vtctldclient_applyroutingrules/) - Applies the VSchema routing rules. * [vtctldclient ApplySchema](./vtctldclient_applyschema/) - Applies the schema change to the specified keyspace on every primary, running in parallel on all shards. The changes are then propagated to replicas via replication. * [vtctldclient ApplyShardRoutingRules](./vtctldclient_applyshardroutingrules/) - Applies the provided shard routing rules. @@ -63,11 +64,13 @@ vtctldclient [flags] * [vtctldclient GetCellsAliases](./vtctldclient_getcellsaliases/) - Gets all CellsAlias objects in the cluster. * [vtctldclient GetFullStatus](./vtctldclient_getfullstatus/) - Outputs a JSON structure that contains full status of MySQL including the replication information, semi-sync information, GTID information among others. * [vtctldclient GetKeyspace](./vtctldclient_getkeyspace/) - Returns information about the given keyspace from the topology. +* [vtctldclient GetKeyspaceRoutingRules](./vtctldclient_getkeyspaceroutingrules/) - Displays the currently active keyspace routing rules. * [vtctldclient GetKeyspaces](./vtctldclient_getkeyspaces/) - Returns information about every keyspace in the topology. * [vtctldclient GetPermissions](./vtctldclient_getpermissions/) - Displays the permissions for a tablet. * [vtctldclient GetRoutingRules](./vtctldclient_getroutingrules/) - Displays the VSchema routing rules. * [vtctldclient GetSchema](./vtctldclient_getschema/) - Displays the full schema for a tablet, optionally restricted to the specified tables/views. * [vtctldclient GetShard](./vtctldclient_getshard/) - Returns information about a shard in the topology. +* [vtctldclient GetShardReplication](./vtctldclient_getshardreplication/) - Returns information about the replication relationships for a shard in the given cell(s). * [vtctldclient GetShardRoutingRules](./vtctldclient_getshardroutingrules/) - Displays the currently active shard routing rules as a JSON document. * [vtctldclient GetSrvKeyspaceNames](./vtctldclient_getsrvkeyspacenames/) - Outputs a JSON mapping of cell=>keyspace names served in that cell. Omit to query all cells. * [vtctldclient GetSrvKeyspaces](./vtctldclient_getsrvkeyspaces/) - Returns the SrvKeyspaces for the given keyspace in one or more cells. diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_AddCellInfo.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_AddCellInfo.md index c84b249f9..e8de8ca94 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_AddCellInfo.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_AddCellInfo.md @@ -1,7 +1,7 @@ --- title: AddCellInfo series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient AddCellInfo diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_AddCellsAlias.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_AddCellsAlias.md index af2babe7a..a7e69dcd6 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_AddCellsAlias.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_AddCellsAlias.md @@ -1,7 +1,7 @@ --- title: AddCellsAlias series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient AddCellsAlias diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyRoutingRules.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyRoutingRules.md index 21b4b460d..8241716e6 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyRoutingRules.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyRoutingRules.md @@ -1,7 +1,7 @@ --- title: ApplyRoutingRules series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ApplyRoutingRules diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplySchema.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplySchema.md index c51fb3ce2..f79182a52 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplySchema.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplySchema.md @@ -1,7 +1,7 @@ --- title: ApplySchema series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ApplySchema diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyShardRoutingRules.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyShardRoutingRules.md index fda47a1e3..d0d9b75c7 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyShardRoutingRules.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyShardRoutingRules.md @@ -1,7 +1,7 @@ --- title: ApplyShardRoutingRules series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ApplyShardRoutingRules diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyVSchema.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyVSchema.md index 6eb595891..104f33546 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyVSchema.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ApplyVSchema.md @@ -1,7 +1,7 @@ --- title: ApplyVSchema series: vtctldclient -commit: 2642bea6b1d3476889564c49ed64829f2a3d0a90 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ApplyVSchema diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Backup.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Backup.md index 946d1dc36..ca49d5454 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Backup.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Backup.md @@ -1,7 +1,7 @@ --- title: Backup series: vtctldclient -commit: 20b1e461f3710f368a04eb0b563fd3de3df56908 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Backup diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_BackupShard.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_BackupShard.md index 95a4210a0..8d73214fa 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_BackupShard.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_BackupShard.md @@ -1,7 +1,7 @@ --- title: BackupShard series: vtctldclient -commit: 20b1e461f3710f368a04eb0b563fd3de3df56908 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient BackupShard diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ChangeTabletType.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ChangeTabletType.md index 56abd3f19..7ca733c61 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ChangeTabletType.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ChangeTabletType.md @@ -1,7 +1,7 @@ --- title: ChangeTabletType series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ChangeTabletType diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_CreateKeyspace.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_CreateKeyspace.md index 1fd8a2448..e00297d0c 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_CreateKeyspace.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_CreateKeyspace.md @@ -1,7 +1,7 @@ --- title: CreateKeyspace series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient CreateKeyspace diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_CreateShard.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_CreateShard.md index bea6bd7b7..04b92d8bf 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_CreateShard.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_CreateShard.md @@ -1,7 +1,7 @@ --- title: CreateShard series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient CreateShard diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteCellInfo.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteCellInfo.md index b15b31fcc..ee3c46149 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteCellInfo.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteCellInfo.md @@ -1,7 +1,7 @@ --- title: DeleteCellInfo series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient DeleteCellInfo diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteCellsAlias.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteCellsAlias.md index a645e97f6..855e99aa8 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteCellsAlias.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteCellsAlias.md @@ -1,7 +1,7 @@ --- title: DeleteCellsAlias series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient DeleteCellsAlias diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteKeyspace.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteKeyspace.md index f97014c7c..bab15c1b6 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteKeyspace.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteKeyspace.md @@ -1,7 +1,7 @@ --- title: DeleteKeyspace series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient DeleteKeyspace diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteShards.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteShards.md index 337c78cdb..24e4284e7 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteShards.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteShards.md @@ -1,7 +1,7 @@ --- title: DeleteShards series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient DeleteShards diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteSrvVSchema.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteSrvVSchema.md index bca1db54c..8927e161d 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteSrvVSchema.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteSrvVSchema.md @@ -1,7 +1,7 @@ --- title: DeleteSrvVSchema series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient DeleteSrvVSchema diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteTablets.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteTablets.md index 5f1d1f323..3885e929b 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteTablets.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_DeleteTablets.md @@ -1,7 +1,7 @@ --- title: DeleteTablets series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient DeleteTablets diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_EmergencyReparentShard.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_EmergencyReparentShard.md index edf326ce4..28e683cab 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_EmergencyReparentShard.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_EmergencyReparentShard.md @@ -1,7 +1,7 @@ --- title: EmergencyReparentShard series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient EmergencyReparentShard diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteFetchAsApp.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteFetchAsApp.md index 4eede967e..839898903 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteFetchAsApp.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteFetchAsApp.md @@ -1,7 +1,7 @@ --- title: ExecuteFetchAsApp series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ExecuteFetchAsApp diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteFetchAsDBA.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteFetchAsDBA.md index cbe74b43c..82feb8b37 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteFetchAsDBA.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteFetchAsDBA.md @@ -1,7 +1,7 @@ --- title: ExecuteFetchAsDBA series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ExecuteFetchAsDBA diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteHook.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteHook.md index 645ae6eca..21c8af318 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteHook.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteHook.md @@ -1,7 +1,7 @@ --- title: ExecuteHook series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ExecuteHook diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteMultiFetchAsDBA.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteMultiFetchAsDBA.md index 8c0c5836a..0d6671ac0 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteMultiFetchAsDBA.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ExecuteMultiFetchAsDBA.md @@ -1,7 +1,7 @@ --- title: ExecuteMultiFetchAsDBA series: vtctldclient -commit: fdabcfb130ec3ca15b23c278a0f20802bcd05756 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ExecuteMultiFetchAsDBA diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_FindAllShardsInKeyspace.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_FindAllShardsInKeyspace.md index 6e94c2d04..88960081d 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_FindAllShardsInKeyspace.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_FindAllShardsInKeyspace.md @@ -1,7 +1,7 @@ --- title: FindAllShardsInKeyspace series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient FindAllShardsInKeyspace diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GenerateShardRanges.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GenerateShardRanges.md index 89ae5c63f..dcb1e0f73 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GenerateShardRanges.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GenerateShardRanges.md @@ -1,7 +1,7 @@ --- title: GenerateShardRanges series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GenerateShardRanges diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetBackups.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetBackups.md index f517edcc6..8e553b315 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetBackups.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetBackups.md @@ -1,7 +1,7 @@ --- title: GetBackups series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetBackups diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellInfo.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellInfo.md index 6e8e621fc..340405a46 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellInfo.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellInfo.md @@ -1,7 +1,7 @@ --- title: GetCellInfo series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetCellInfo diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellInfoNames.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellInfoNames.md index 158c87211..dd6802eed 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellInfoNames.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellInfoNames.md @@ -1,7 +1,7 @@ --- title: GetCellInfoNames series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetCellInfoNames diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellsAliases.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellsAliases.md index 4fa6adfc0..5344e236f 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellsAliases.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetCellsAliases.md @@ -1,7 +1,7 @@ --- title: GetCellsAliases series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetCellsAliases diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetFullStatus.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetFullStatus.md index 610765f6f..bd26d7ac3 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetFullStatus.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetFullStatus.md @@ -1,7 +1,7 @@ --- title: GetFullStatus series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetFullStatus diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetKeyspace.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetKeyspace.md index 2b43d8454..a9dfc9b14 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetKeyspace.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetKeyspace.md @@ -1,7 +1,7 @@ --- title: GetKeyspace series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetKeyspace diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetKeyspaces.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetKeyspaces.md index 04279c318..f7a058eac 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetKeyspaces.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetKeyspaces.md @@ -1,7 +1,7 @@ --- title: GetKeyspaces series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetKeyspaces diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetPermissions.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetPermissions.md index e5d8db5cc..a4f13b073 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetPermissions.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetPermissions.md @@ -1,7 +1,7 @@ --- title: GetPermissions series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetPermissions diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetRoutingRules.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetRoutingRules.md index df77788a3..7a96154b9 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetRoutingRules.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetRoutingRules.md @@ -1,7 +1,7 @@ --- title: GetRoutingRules series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetRoutingRules diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSchema.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSchema.md index 27301471d..8125fb7f2 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSchema.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSchema.md @@ -1,7 +1,7 @@ --- title: GetSchema series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetSchema diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetShard.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetShard.md index 1b517d04c..8bf42be83 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetShard.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetShard.md @@ -1,7 +1,7 @@ --- title: GetShard series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetShard diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetShardRoutingRules.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetShardRoutingRules.md index b5327d67b..a62838da0 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetShardRoutingRules.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetShardRoutingRules.md @@ -1,7 +1,7 @@ --- title: GetShardRoutingRules series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetShardRoutingRules diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvKeyspaceNames.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvKeyspaceNames.md index 9bcaf8a4f..bc5234908 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvKeyspaceNames.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvKeyspaceNames.md @@ -1,7 +1,7 @@ --- title: GetSrvKeyspaceNames series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetSrvKeyspaceNames diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvKeyspaces.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvKeyspaces.md index 98ade4573..cc562ecfa 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvKeyspaces.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvKeyspaces.md @@ -1,7 +1,7 @@ --- title: GetSrvKeyspaces series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetSrvKeyspaces diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvVSchema.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvVSchema.md index 414521f79..fb616bed0 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvVSchema.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvVSchema.md @@ -1,7 +1,7 @@ --- title: GetSrvVSchema series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetSrvVSchema diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvVSchemas.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvVSchemas.md index 876cd0797..e50125913 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvVSchemas.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetSrvVSchemas.md @@ -1,7 +1,7 @@ --- title: GetSrvVSchemas series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetSrvVSchemas diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTablet.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTablet.md index 0f30382b9..a8d431ee3 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTablet.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTablet.md @@ -1,7 +1,7 @@ --- title: GetTablet series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetTablet diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTabletVersion.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTabletVersion.md index edc0fba54..37c89259e 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTabletVersion.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTabletVersion.md @@ -1,7 +1,7 @@ --- title: GetTabletVersion series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetTabletVersion diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTablets.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTablets.md index 36727b63f..5c693e2a3 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTablets.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTablets.md @@ -1,7 +1,7 @@ --- title: GetTablets series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetTablets diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTopologyPath.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTopologyPath.md index 5d9b12d08..655644ad6 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTopologyPath.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetTopologyPath.md @@ -1,7 +1,7 @@ --- title: GetTopologyPath series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetTopologyPath diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetVSchema.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetVSchema.md index cf013bc7d..128791b62 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetVSchema.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetVSchema.md @@ -1,7 +1,7 @@ --- title: GetVSchema series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetVSchema diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetWorkflows.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetWorkflows.md index 93f64e659..caa54fcab 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetWorkflows.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_GetWorkflows.md @@ -1,7 +1,7 @@ --- title: GetWorkflows series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient GetWorkflows diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LegacyVtctlCommand.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LegacyVtctlCommand.md index 1aa9ab8c8..b893c5208 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LegacyVtctlCommand.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LegacyVtctlCommand.md @@ -1,7 +1,7 @@ --- title: LegacyVtctlCommand series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient LegacyVtctlCommand diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex.md deleted file mode 100644 index aa3773bb1..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: LookupVindex -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient LookupVindex - -Perform commands related to creating, backfilling, and externalizing Lookup Vindexes using VReplication workflows. - -### Options - -``` - -h, --help help for LookupVindex - --name string The name of the Lookup Vindex to create. This will also be the name of the VReplication workflow created to backfill the Lookup Vindex. - --table-keyspace string The keyspace to create the lookup table in. This is also where the VReplication workflow is created to backfill the Lookup Vindex. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server. -* [vtctldclient LookupVindex cancel](./vtctldclient_lookupvindex_cancel/) - Cancel the VReplication workflow that backfills the Lookup Vindex. -* [vtctldclient LookupVindex create](./vtctldclient_lookupvindex_create/) - Create the Lookup Vindex in the specified keyspace and backfill it with a VReplication workflow. -* [vtctldclient LookupVindex externalize](./vtctldclient_lookupvindex_externalize/) - Externalize the Lookup Vindex. If the Vindex has an owner the VReplication workflow will also be deleted. -* [vtctldclient LookupVindex show](./vtctldclient_lookupvindex_show/) - Show the status of the VReplication workflow that backfills the Lookup Vindex. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/_index.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/_index.md index 55e3d6673..558483aee 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/_index.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/_index.md @@ -1,7 +1,7 @@ --- title: LookupVindex series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient LookupVindex diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_cancel.md index ff2bd4f17..e203bdbba 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_cancel.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_cancel.md @@ -1,7 +1,7 @@ --- title: LookupVindex cancel series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient LookupVindex cancel diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_create.md index f9dd9304b..be317d6be 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_create.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_create.md @@ -1,7 +1,7 @@ --- title: LookupVindex create series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient LookupVindex create diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_externalize.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_externalize.md index 7b1190914..c7a82d8e1 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_externalize.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_externalize.md @@ -1,7 +1,7 @@ --- title: LookupVindex externalize series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient LookupVindex externalize diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_show.md index 149dd945c..e50c66d85 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_show.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex/vtctldclient_LookupVindex_show.md @@ -1,7 +1,7 @@ --- title: LookupVindex show series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient LookupVindex show diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_cancel.md deleted file mode 100644 index 14ae0ae8b..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_cancel.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: LookupVindex cancel -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient LookupVindex cancel - -Cancel the VReplication workflow that backfills the Lookup Vindex. - -``` -vtctldclient LookupVindex cancel -``` - -### Examples - -``` -vtctldclient --server localhost:15999 LookupVindex --name corder_lookup_vdx --table-keyspace customer cancel -``` - -### Options - -``` - -h, --help help for cancel -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --name string The name of the Lookup Vindex to create. This will also be the name of the VReplication workflow created to backfill the Lookup Vindex. - --server string server to use for the connection (required) - --table-keyspace string The keyspace to create the lookup table in. This is also where the VReplication workflow is created to backfill the Lookup Vindex. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient LookupVindex](./vtctldclient_lookupvindex/) - Perform commands related to creating, backfilling, and externalizing Lookup Vindexes using VReplication workflows. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_create.md deleted file mode 100644 index 2117b13ee..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_create.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: LookupVindex create -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient LookupVindex create - -Create the Lookup Vindex in the specified keyspace and backfill it with a VReplication workflow. - -``` -vtctldclient LookupVindex create -``` - -### Examples - -``` -vtctldclient --server localhost:15999 LookupVindex --name corder_lookup_vdx --table-keyspace customer create --keyspace customer --type consistent_lookup_unique --table-owner corder --table-owner-columns sku --table-name corder_lookup_tbl --table-vindex-type unicode_loose_xxhash -``` - -### Options - -``` - --cells strings Cells to look in for source tablets to replicate from. - --continue-after-copy-with-owner Vindex will continue materialization after the backfill completes when an owner is provided. (default true) - -h, --help help for create - --ignore-nulls Do not add corresponding records in the lookup table if any of the owner table's 'from' fields are NULL. - --keyspace string The keyspace to create the Lookup Vindex in. This is also where the table-owner must exist. - --table-name string The name of the lookup table. If not specified, then it will be created using the same name as the Lookup Vindex. - --table-owner string The table holding the data which we should use to backfill the Lookup Vindex. This must exist in the same keyspace as the Lookup Vindex. - --table-owner-columns strings The columns to read from the owner table. These will be used to build the hash which gets stored as the keyspace_id value in the lookup table. - --table-vindex-type string The primary vindex name/type to use for the lookup table, if the table-keyspace is sharded. This must match the name of a vindex defined in the table-keyspace. If no value is provided then the default type will be used based on the table-owner-columns types. - --tablet-types strings Source tablet types to replicate from. - --tablet-types-in-preference-order When performing source tablet selection, look for candidates in the type order as they are listed in the tablet-types flag. (default true) - --type string The type of Lookup Vindex to create. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --name string The name of the Lookup Vindex to create. This will also be the name of the VReplication workflow created to backfill the Lookup Vindex. - --server string server to use for the connection (required) - --table-keyspace string The keyspace to create the lookup table in. This is also where the VReplication workflow is created to backfill the Lookup Vindex. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient LookupVindex](./vtctldclient_lookupvindex/) - Perform commands related to creating, backfilling, and externalizing Lookup Vindexes using VReplication workflows. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_externalize.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_externalize.md deleted file mode 100644 index 761e4309d..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_externalize.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: LookupVindex externalize -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient LookupVindex externalize - -Externalize the Lookup Vindex. If the Vindex has an owner the VReplication workflow will also be deleted. - -``` -vtctldclient LookupVindex externalize -``` - -### Examples - -``` -vtctldclient --server localhost:15999 LookupVindex --name corder_lookup_vdx --table-keyspace customer externalize -``` - -### Options - -``` - -h, --help help for externalize - --keyspace string The keyspace containing the Lookup Vindex. If no value is specified then the table-keyspace will be used. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --name string The name of the Lookup Vindex to create. This will also be the name of the VReplication workflow created to backfill the Lookup Vindex. - --server string server to use for the connection (required) - --table-keyspace string The keyspace to create the lookup table in. This is also where the VReplication workflow is created to backfill the Lookup Vindex. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient LookupVindex](./vtctldclient_lookupvindex/) - Perform commands related to creating, backfilling, and externalizing Lookup Vindexes using VReplication workflows. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_show.md deleted file mode 100644 index 988f4e624..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_LookupVindex_show.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: LookupVindex show -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient LookupVindex show - -Show the status of the VReplication workflow that backfills the Lookup Vindex. - -``` -vtctldclient LookupVindex show -``` - -### Examples - -``` -vtctldclient --server localhost:15999 LookupVindex --name corder_lookup_vdx --table-keyspace customer show -``` - -### Options - -``` - -h, --help help for show -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --name string The name of the Lookup Vindex to create. This will also be the name of the VReplication workflow created to backfill the Lookup Vindex. - --server string server to use for the connection (required) - --table-keyspace string The keyspace to create the lookup table in. This is also where the VReplication workflow is created to backfill the Lookup Vindex. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient LookupVindex](./vtctldclient_lookupvindex/) - Perform commands related to creating, backfilling, and externalizing Lookup Vindexes using VReplication workflows. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize.md deleted file mode 100644 index 65e0d97a3..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Materialize -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Materialize - -Perform commands related to materializing query results from the source keyspace into tables in the target keyspace. - -### Options - -``` - --format string The format of the output; supported formats are: text,json. (default "text") - -h, --help help for Materialize - --target-keyspace string Target keyspace for this workflow. - -w, --workflow string The workflow you want to perform the command on. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server. -* [vtctldclient Materialize cancel](./vtctldclient_materialize_cancel/) - Cancel a Materialize VReplication workflow. -* [vtctldclient Materialize create](./vtctldclient_materialize_create/) - Create and run a Materialize VReplication workflow. -* [vtctldclient Materialize show](./vtctldclient_materialize_show/) - Show the details for a Materialize VReplication workflow. -* [vtctldclient Materialize start](./vtctldclient_materialize_start/) - Start a Materialize workflow. -* [vtctldclient Materialize stop](./vtctldclient_materialize_stop/) - Stop a Materialize workflow. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/_index.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/_index.md index b6b42a0f7..78e1fec20 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/_index.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/_index.md @@ -1,7 +1,7 @@ --- title: Materialize series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Materialize diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_cancel.md index 5e9495991..316f4cefa 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_cancel.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_cancel.md @@ -1,7 +1,7 @@ --- title: Materialize cancel series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Materialize cancel diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_create.md index dcc5e7dd6..0581275df 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_create.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_create.md @@ -1,7 +1,7 @@ --- title: Materialize create series: vtctldclient -commit: 2642bea6b1d3476889564c49ed64829f2a3d0a90 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Materialize create diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_show.md index cfdc16165..20d541df7 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_show.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_show.md @@ -1,7 +1,7 @@ --- title: Materialize show series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Materialize show diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_start.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_start.md index d4f3e9b26..e1e787a3c 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_start.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_start.md @@ -1,7 +1,7 @@ --- title: Materialize start series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Materialize start diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_stop.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_stop.md index 24d7d9758..8efbea6aa 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_stop.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize/vtctldclient_Materialize_stop.md @@ -1,7 +1,7 @@ --- title: Materialize stop series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Materialize stop diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_cancel.md deleted file mode 100644 index ccdd31ebb..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_cancel.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Materialize cancel -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Materialize cancel - -Cancel a Materialize VReplication workflow. - -``` -vtctldclient Materialize cancel -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Materialize --workflow product_sales --target-keyspace customer cancel -``` - -### Options - -``` - -h, --help help for cancel -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Materialize](./vtctldclient_materialize/) - Perform commands related to materializing query results from the source keyspace into tables in the target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_create.md deleted file mode 100644 index 475988f4c..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_create.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: Materialize create -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Materialize create - -Create and run a Materialize VReplication workflow. - -### Synopsis - -Materialize is a lower level VReplication command that allows for generalized materialization -of tables. The target tables can be copies, aggregations, or views. The target tables are kept -in sync in near-realtime. The primary flag used to define the materializations (you can have -multiple per workflow) is table-settings which is a JSON array where each value must contain -two key/value pairs. The first required key is 'target_table' and it is the name of the table -in the target-keyspace to store the results in. The second required key is 'source_expression' -and its value is the select query to run against the source table. An optional key/value pair -can also be specified for 'create_ddl' which provides the DDL to create the target table if it -does not exist -- you can alternatively specify a value of 'copy' if the target table schema -should be copied as-is from the source keyspace. Here's an example value for table-settings: -[ - { - "target_table": "customer_one_email", - "source_expression": "select email from customer where customer_id = 1" - }, - { - "target_table": "states", - "source_expression": "select * from states", - "create_ddl": "copy" - }, - { - "target_table": "sales_by_sku", - "source_expression": "select sku, count(*) as orders, sum(price) as revenue from corder group by sku", - "create_ddl": "create table sales_by_sku (sku varbinary(128) not null primary key, orders bigint, revenue bigint)" - } -] - - -``` -vtctldclient Materialize create -``` - -### Examples - -``` -vtctldclient --server localhost:15999 materialize --workflow product_sales --target-keyspace commerce create --source-keyspace commerce --table-settings '[{"target_table": "sales_by_sku", "create_ddl": "create table sales_by_sku (sku varbinary(128) not null primary key, orders bigint, revenue bigint)", "source_expression": "select sku, count(*) as orders, sum(price) as revenue from corder group by sku"}]' --cells zone1 --cells zone2 --tablet-types replica -``` - -### Options - -``` - -c, --cells strings Cells and/or CellAliases to copy table data from. - -h, --help help for create - --mysql_server_version string Configure the MySQL version to use for example for the parser. (default "8.0.30-Vitess") - --source-keyspace string Keyspace where the tables queried in the 'source_expression' values within table-settings live. - --sql-max-length-errors int truncate queries in error logs to the given length (default unlimited) - --sql-max-length-ui int truncate queries in debug UIs to the given length (default 512) (default 512) - --stop-after-copy Stop the workflow after it's finished copying the existing rows and before it starts replicating changes. - --table-settings JSON A JSON array defining what tables to materialize using what select statements. See the --help output for more details. (default null) - --tablet-types strings Source tablet types to replicate table data from (e.g. PRIMARY,REPLICA,RDONLY). - --tablet-types-in-preference-order When performing source tablet selection, look for candidates in the type order as they are listed in the tablet-types flag. (default true) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Materialize](./vtctldclient_materialize/) - Perform commands related to materializing query results from the source keyspace into tables in the target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_show.md deleted file mode 100644 index 15ec5f4a7..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_show.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Materialize show -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Materialize show - -Show the details for a Materialize VReplication workflow. - -``` -vtctldclient Materialize show -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Materialize --workflow product_sales --target-keyspace customer show -``` - -### Options - -``` - -h, --help help for show - --include-logs Include recent logs for the workflow. (default true) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Materialize](./vtctldclient_materialize/) - Perform commands related to materializing query results from the source keyspace into tables in the target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_start.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_start.md deleted file mode 100644 index 813f05fc4..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_start.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Materialize start -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Materialize start - -Start a Materialize workflow. - -``` -vtctldclient Materialize start -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Materialize --workflow product_sales --target-keyspace customer start -``` - -### Options - -``` - -h, --help help for start -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Materialize](./vtctldclient_materialize/) - Perform commands related to materializing query results from the source keyspace into tables in the target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_stop.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_stop.md deleted file mode 100644 index f6bb71b99..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Materialize_stop.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Materialize stop -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Materialize stop - -Stop a Materialize workflow. - -``` -vtctldclient Materialize stop -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Materialize --workflow product_sales --target-keyspace customer stop -``` - -### Options - -``` - -h, --help help for stop -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Materialize](./vtctldclient_materialize/) - Perform commands related to materializing query results from the source keyspace into tables in the target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate.md deleted file mode 100644 index 2d7a0aced..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Migrate -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Migrate - -Migrate is used to import data from an external cluster into the current cluster. - -### Options - -``` - --format string The format of the output; supported formats are: text,json. (default "text") - -h, --help help for Migrate - --target-keyspace string Target keyspace for this workflow. - -w, --workflow string The workflow you want to perform the command on. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server. -* [vtctldclient Migrate cancel](./vtctldclient_migrate_cancel/) - Cancel a Migrate VReplication workflow. -* [vtctldclient Migrate complete](./vtctldclient_migrate_complete/) - Complete a Migrate VReplication workflow. -* [vtctldclient Migrate create](./vtctldclient_migrate_create/) - Create and optionally run a Migrate VReplication workflow. -* [vtctldclient Migrate show](./vtctldclient_migrate_show/) - Show the details for a Migrate VReplication workflow. -* [vtctldclient Migrate status](./vtctldclient_migrate_status/) - Show the current status for a Migrate VReplication workflow. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/_index.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/_index.md index bc6550bba..7b6a81b47 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/_index.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/_index.md @@ -1,7 +1,7 @@ --- title: Migrate series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Migrate diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_cancel.md index 6278f6567..efa77d782 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_cancel.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_cancel.md @@ -1,7 +1,7 @@ --- title: Migrate cancel series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Migrate cancel diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_complete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_complete.md index d1ba2a45b..52c41943a 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_complete.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_complete.md @@ -1,7 +1,7 @@ --- title: Migrate complete series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Migrate complete diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_create.md index befd1c4f5..01761b8be 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_create.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_create.md @@ -1,7 +1,7 @@ --- title: Migrate create series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Migrate create diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_show.md index 4c1263b45..a100cccc4 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_show.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_show.md @@ -1,7 +1,7 @@ --- title: Migrate show series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Migrate show diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_status.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_status.md index 9d7404f0a..458793f42 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_status.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate/vtctldclient_Migrate_status.md @@ -1,7 +1,7 @@ --- title: Migrate status series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Migrate status diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_cancel.md deleted file mode 100644 index a0af966e2..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_cancel.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Migrate cancel -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Migrate cancel - -Cancel a Migrate VReplication workflow. - -``` -vtctldclient Migrate cancel -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Migrate --workflow import --target-keyspace customer cancel -``` - -### Options - -``` - -h, --help help for cancel -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Migrate](./vtctldclient_migrate/) - Migrate is used to import data from an external cluster into the current cluster. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_complete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_complete.md deleted file mode 100644 index 59f7be41f..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_complete.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Migrate complete -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Migrate complete - -Complete a Migrate VReplication workflow. - -``` -vtctldclient Migrate complete -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Migrate --workflow import --target-keyspace customer complete -``` - -### Options - -``` - -h, --help help for complete -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Migrate](./vtctldclient_migrate/) - Migrate is used to import data from an external cluster into the current cluster. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_create.md deleted file mode 100644 index 4a1bc9004..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_create.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: Migrate create -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Migrate create - -Create and optionally run a Migrate VReplication workflow. - -``` -vtctldclient Migrate create -``` - -### Examples - -``` -vtctldclient --server localhost:15999 migrate --workflow import --target-keyspace customer create --source-keyspace commerce --mount-name ext1 --tablet-types replica -``` - -### Options - -``` - -a, --all-cells Copy table data from any existing cell. - --all-tables Copy all tables from the source. - --auto-start Start the workflow after creating it. (default true) - -c, --cells strings Cells and/or CellAliases to copy table data from. - --defer-secondary-keys Defer secondary index creation for a table until after it has been copied. - --exclude-tables strings Source tables to exclude from copying. - -h, --help help for create - --mount-name string Name external cluster is mounted as. - --no-routing-rules (Advanced) Do not create routing rules while creating the workflow. See the reference documentation for limitations if you use this flag. - --on-ddl string What to do when DDL is encountered in the VReplication stream. Possible values are IGNORE, STOP, EXEC, and EXEC_IGNORE. (default "IGNORE") - --source-keyspace string Keyspace where the tables are being moved from. - --source-time-zone string Specifying this causes any DATETIME fields to be converted from the given time zone into UTC. - --stop-after-copy Stop the workflow after it's finished copying the existing rows and before it starts replicating changes. - --tables strings Source tables to copy. - --tablet-types strings Source tablet types to replicate table data from (e.g. PRIMARY,REPLICA,RDONLY). - --tablet-types-in-preference-order When performing source tablet selection, look for candidates in the type order as they are listed in the tablet-types flag. (default true) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Migrate](./vtctldclient_migrate/) - Migrate is used to import data from an external cluster into the current cluster. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_show.md deleted file mode 100644 index 5dd58795a..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_show.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Migrate show -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Migrate show - -Show the details for a Migrate VReplication workflow. - -``` -vtctldclient Migrate show -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Migrate --workflow import --target-keyspace customer show -``` - -### Options - -``` - -h, --help help for show - --include-logs Include recent logs for the workflow. (default true) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Migrate](./vtctldclient_migrate/) - Migrate is used to import data from an external cluster into the current cluster. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_status.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_status.md deleted file mode 100644 index 26c80506d..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Migrate_status.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Migrate status -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Migrate status - -Show the current status for a Migrate VReplication workflow. - -``` -vtctldclient Migrate status -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Migrate --workflow import --target-keyspace customer status -``` - -### Options - -``` - -h, --help help for status -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Migrate](./vtctldclient_migrate/) - Migrate is used to import data from an external cluster into the current cluster. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount.md deleted file mode 100644 index c85a785e3..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Mount -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Mount - -Mount is used to link an external Vitess cluster in order to migrate data from it. - -### Options - -``` - -h, --help help for Mount -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server. -* [vtctldclient Mount list](./vtctldclient_mount_list/) - List all mounted external Vitess Clusters. -* [vtctldclient Mount register](./vtctldclient_mount_register/) - Register an external Vitess Cluster. -* [vtctldclient Mount show](./vtctldclient_mount_show/) - Show attributes of a previously mounted external Vitess Cluster. -* [vtctldclient Mount unregister](./vtctldclient_mount_unregister/) - Unregister a previously mounted external Vitess Cluster. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/_index.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/_index.md index cd493f511..f5272255c 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/_index.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/_index.md @@ -1,7 +1,7 @@ --- title: Mount series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Mount diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_list.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_list.md index 2a8bfa02a..ea1d81a78 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_list.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_list.md @@ -1,7 +1,7 @@ --- title: Mount list series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Mount list diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_register.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_register.md index a55a604f5..5000accb4 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_register.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_register.md @@ -1,7 +1,7 @@ --- title: Mount register series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Mount register diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_show.md index e291cb683..cd678bcba 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_show.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_show.md @@ -1,7 +1,7 @@ --- title: Mount show series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Mount show diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_unregister.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_unregister.md index b7fb78b06..2e164ba2d 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_unregister.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount/vtctldclient_Mount_unregister.md @@ -1,7 +1,7 @@ --- title: Mount unregister series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Mount unregister diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_list.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_list.md deleted file mode 100644 index 7b7de60ae..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_list.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Mount list -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Mount list - -List all mounted external Vitess Clusters. - -``` -vtctldclient Mount list -``` - -### Examples - -``` -vtctldclient --server localhost:15999 mount list -``` - -### Options - -``` - -h, --help help for list -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient Mount](./vtctldclient_mount/) - Mount is used to link an external Vitess cluster in order to migrate data from it. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_register.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_register.md deleted file mode 100644 index e7966ddb7..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_register.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Mount register -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Mount register - -Register an external Vitess Cluster. - -``` -vtctldclient Mount register -``` - -### Examples - -``` -vtctldclient --server localhost:15999 mount register --name ext1 --topo-type etcd2 --topo-server localhost:12379 --topo-root /vitess/global -``` - -### Options - -``` - -h, --help help for register - --name string Name to use for the mount. - --topo-root string Topo server root path. - --topo-server string Topo server address. - --topo-type string Topo server implementation to use. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient Mount](./vtctldclient_mount/) - Mount is used to link an external Vitess cluster in order to migrate data from it. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_show.md deleted file mode 100644 index d89afb4e7..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_show.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Mount show -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Mount show - -Show attributes of a previously mounted external Vitess Cluster. - -``` -vtctldclient Mount show -``` - -### Examples - -``` -vtctldclient --server localhost:15999 mount show --name ext1 -``` - -### Options - -``` - -h, --help help for show - --name string Name of the mount. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient Mount](./vtctldclient_mount/) - Mount is used to link an external Vitess cluster in order to migrate data from it. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_unregister.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_unregister.md deleted file mode 100644 index bdd447842..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Mount_unregister.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Mount unregister -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Mount unregister - -Unregister a previously mounted external Vitess Cluster. - -``` -vtctldclient Mount unregister -``` - -### Examples - -``` -vtctldclient --server localhost:15999 mount unregister --name ext1 -``` - -### Options - -``` - -h, --help help for unregister - --name string Name of the mount. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient Mount](./vtctldclient_mount/) - Mount is used to link an external Vitess cluster in order to migrate data from it. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables.md deleted file mode 100644 index 5e74a4ae7..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: MoveTables -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient MoveTables - -Perform commands related to moving tables from a source keyspace to a target keyspace. - -### Options - -``` - --format string The format of the output; supported formats are: text,json. (default "text") - -h, --help help for MoveTables - --target-keyspace string Target keyspace for this workflow. - -w, --workflow string The workflow you want to perform the command on. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server. -* [vtctldclient MoveTables cancel](./vtctldclient_movetables_cancel/) - Cancel a MoveTables VReplication workflow. -* [vtctldclient MoveTables complete](./vtctldclient_movetables_complete/) - Complete a MoveTables VReplication workflow. -* [vtctldclient MoveTables create](./vtctldclient_movetables_create/) - Create and optionally run a MoveTables VReplication workflow. -* [vtctldclient MoveTables reversetraffic](./vtctldclient_movetables_reversetraffic/) - Reverse traffic for a MoveTables VReplication workflow. -* [vtctldclient MoveTables show](./vtctldclient_movetables_show/) - Show the details for a MoveTables VReplication workflow. -* [vtctldclient MoveTables start](./vtctldclient_movetables_start/) - Start a MoveTables workflow. -* [vtctldclient MoveTables status](./vtctldclient_movetables_status/) - Show the current status for a MoveTables VReplication workflow. -* [vtctldclient MoveTables stop](./vtctldclient_movetables_stop/) - Stop a MoveTables workflow. -* [vtctldclient MoveTables switchtraffic](./vtctldclient_movetables_switchtraffic/) - Switch traffic for a MoveTables VReplication workflow. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/_index.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/_index.md index 4f962a74e..7ee42f2ee 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/_index.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/_index.md @@ -1,7 +1,7 @@ --- title: MoveTables series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient MoveTables diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_cancel.md index 7c99fee32..8750aa056 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_cancel.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_cancel.md @@ -1,7 +1,7 @@ --- title: MoveTables cancel series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient MoveTables cancel @@ -23,6 +23,7 @@ vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer -- -h, --help help for cancel --keep-data Keep the partially copied table data from the MoveTables workflow in the target keyspace. --keep-routing-rules Keep the routing rules created for the MoveTables workflow. + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. ``` ### Options inherited from parent commands diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_complete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_complete.md index a135d9296..05ed71595 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_complete.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_complete.md @@ -1,7 +1,7 @@ --- title: MoveTables complete series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient MoveTables complete @@ -25,6 +25,7 @@ vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer -- --keep-data Keep the original source table data that was copied by the MoveTables workflow. --keep-routing-rules Keep the routing rules in place that direct table traffic from the source keyspace to the target keyspace of the MoveTables workflow. --rename-tables Keep the original source table data that was copied by the MoveTables workflow, but rename each table to '__old'. + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. ``` ### Options inherited from parent commands diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_create.md index b5cdbc35b..a707bdc39 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_create.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_create.md @@ -1,7 +1,7 @@ --- title: MoveTables create series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient MoveTables create @@ -30,13 +30,16 @@ vtctldclient --server localhost:15999 movetables --workflow commerce2customer -- -h, --help help for create --no-routing-rules (Advanced) Do not create routing rules while creating the workflow. See the reference documentation for limitations if you use this flag. --on-ddl string What to do when DDL is encountered in the VReplication stream. Possible values are IGNORE, STOP, EXEC, and EXEC_IGNORE. (default "IGNORE") + --remove-sharded-auto-increment If moving the table(s) to a sharded keyspace, remove any auto_increment clauses when copying the schema to the target as sharded keyspaces should rely on either user/application generated values or Vitess sequences to ensure uniqueness. (default true) --source-keyspace string Keyspace where the tables are being moved from. + --source-keyspace-alias string (EXPERIMENTAL) Used currently only for multi-tenant migrations. This value will be used instead of the source keyspace name in the keyspace routing rules. --source-shards strings Source shards to copy data from when performing a partial MoveTables (experimental). --source-time-zone string Specifying this causes any DATETIME fields to be converted from the given time zone into UTC. --stop-after-copy Stop the workflow after it's finished copying the existing rows and before it starts replicating changes. --tables strings Source tables to copy. --tablet-types strings Source tablet types to replicate table data from (e.g. PRIMARY,REPLICA,RDONLY). --tablet-types-in-preference-order When performing source tablet selection, look for candidates in the type order as they are listed in the tablet-types flag. (default true) + --tenant-id string (EXPERIMENTAL) The tenant ID to use for the MoveTables workflow into a multi-tenant keyspace. ``` ### Options inherited from parent commands diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_reversetraffic.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_reversetraffic.md index 486caa272..2cfc732e0 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_reversetraffic.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_reversetraffic.md @@ -1,7 +1,7 @@ --- title: MoveTables reversetraffic series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient MoveTables reversetraffic @@ -25,6 +25,7 @@ vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer -- --enable-reverse-replication Setup replication going back to the original source keyspace to support rolling back the traffic cutover. (default true) -h, --help help for reversetraffic --max-replication-lag-allowed duration Allow traffic to be switched only if VReplication lag is below this. (default 30s) + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. --tablet-types strings Tablet types to switch traffic for. --timeout duration Specifies the maximum time to wait, in seconds, for VReplication to catch up on primary tablets. The traffic switch will be cancelled on timeout. (default 30s) ``` diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_show.md index 33bea71a3..3befc344b 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_show.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_show.md @@ -1,7 +1,7 @@ --- title: MoveTables show series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient MoveTables show @@ -20,8 +20,9 @@ vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer -- ### Options ``` - -h, --help help for show - --include-logs Include recent logs for the workflow. (default true) + -h, --help help for show + --include-logs Include recent logs for the workflow. (default true) + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. ``` ### Options inherited from parent commands diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_start.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_start.md index b4b0c1fec..dbfe407ed 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_start.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_start.md @@ -1,7 +1,7 @@ --- title: MoveTables start series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient MoveTables start diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_status.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_status.md index 2804375df..8ea3958c8 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_status.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_status.md @@ -1,7 +1,7 @@ --- title: MoveTables status series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient MoveTables status @@ -20,7 +20,8 @@ vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer -- ### Options ``` - -h, --help help for status + -h, --help help for status + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. ``` ### Options inherited from parent commands diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_stop.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_stop.md index f50bb3165..70949b82d 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_stop.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_stop.md @@ -1,7 +1,7 @@ --- title: MoveTables stop series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient MoveTables stop diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_switchtraffic.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_switchtraffic.md index 3e85cae7e..f11fab294 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_switchtraffic.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables/vtctldclient_MoveTables_switchtraffic.md @@ -1,7 +1,7 @@ --- title: MoveTables switchtraffic series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient MoveTables switchtraffic @@ -26,6 +26,7 @@ vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer -- -h, --help help for switchtraffic --initialize-target-sequences When moving tables from an unsharded keyspace to a sharded keyspace, initialize any sequences that are being used on the target when switching writes. --max-replication-lag-allowed duration Allow traffic to be switched only if VReplication lag is below this. (default 30s) + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. --tablet-types strings Tablet types to switch traffic for. --timeout duration Specifies the maximum time to wait, in seconds, for VReplication to catch up on primary tablets. The traffic switch will be cancelled on timeout. (default 30s) ``` diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_cancel.md deleted file mode 100644 index 32f433edd..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_cancel.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: MoveTables cancel -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient MoveTables cancel - -Cancel a MoveTables VReplication workflow. - -``` -vtctldclient MoveTables cancel -``` - -### Examples - -``` -vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer --target-keyspace customer cancel -``` - -### Options - -``` - -h, --help help for cancel - --keep-data Keep the partially copied table data from the MoveTables workflow in the target keyspace. - --keep-routing-rules Keep the routing rules created for the MoveTables workflow. - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient MoveTables](./vtctldclient_movetables/) - Perform commands related to moving tables from a source keyspace to a target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_complete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_complete.md deleted file mode 100644 index 3832590c8..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_complete.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: MoveTables complete -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient MoveTables complete - -Complete a MoveTables VReplication workflow. - -``` -vtctldclient MoveTables complete -``` - -### Examples - -``` -vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer --target-keyspace customer complete -``` - -### Options - -``` - --dry-run Print the actions that would be taken and report any known errors that would have occurred. - -h, --help help for complete - --keep-data Keep the original source table data that was copied by the MoveTables workflow. - --keep-routing-rules Keep the routing rules in place that direct table traffic from the source keyspace to the target keyspace of the MoveTables workflow. - --rename-tables Keep the original source table data that was copied by the MoveTables workflow, but rename each table to '__old'. - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient MoveTables](./vtctldclient_movetables/) - Perform commands related to moving tables from a source keyspace to a target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_create.md deleted file mode 100644 index ebf5863f7..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_create.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: MoveTables create -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient MoveTables create - -Create and optionally run a MoveTables VReplication workflow. - -``` -vtctldclient MoveTables create -``` - -### Examples - -``` -vtctldclient --server localhost:15999 movetables --workflow commerce2customer --target-keyspace customer create --source-keyspace commerce --cells zone1 --cells zone2 --tablet-types replica -``` - -### Options - -``` - -a, --all-cells Copy table data from any existing cell. - --all-tables Copy all tables from the source. - --atomic-copy (EXPERIMENTAL) A single copy phase is run for all tables from the source. Use this, for example, if your source keyspace has tables which use foreign key constraints. - --auto-start Start the workflow after creating it. (default true) - -c, --cells strings Cells and/or CellAliases to copy table data from. - --defer-secondary-keys Defer secondary index creation for a table until after it has been copied. - --exclude-tables strings Source tables to exclude from copying. - -h, --help help for create - --no-routing-rules (Advanced) Do not create routing rules while creating the workflow. See the reference documentation for limitations if you use this flag. - --on-ddl string What to do when DDL is encountered in the VReplication stream. Possible values are IGNORE, STOP, EXEC, and EXEC_IGNORE. (default "IGNORE") - --source-keyspace string Keyspace where the tables are being moved from. - --source-shards strings Source shards to copy data from when performing a partial MoveTables (experimental). - --source-time-zone string Specifying this causes any DATETIME fields to be converted from the given time zone into UTC. - --stop-after-copy Stop the workflow after it's finished copying the existing rows and before it starts replicating changes. - --tables strings Source tables to copy. - --tablet-types strings Source tablet types to replicate table data from (e.g. PRIMARY,REPLICA,RDONLY). - --tablet-types-in-preference-order When performing source tablet selection, look for candidates in the type order as they are listed in the tablet-types flag. (default true) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient MoveTables](./vtctldclient_movetables/) - Perform commands related to moving tables from a source keyspace to a target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_reversetraffic.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_reversetraffic.md deleted file mode 100644 index 9e96b1b74..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_reversetraffic.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: MoveTables reversetraffic -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient MoveTables reversetraffic - -Reverse traffic for a MoveTables VReplication workflow. - -``` -vtctldclient MoveTables reversetraffic -``` - -### Examples - -``` -vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer --target-keyspace customer reversetraffic -``` - -### Options - -``` - -c, --cells strings Cells and/or CellAliases to switch traffic in. - --dry-run Print the actions that would be taken and report any known errors that would have occurred. - --enable-reverse-replication Setup replication going back to the original source keyspace to support rolling back the traffic cutover. (default true) - -h, --help help for reversetraffic - --max-replication-lag-allowed duration Allow traffic to be switched only if VReplication lag is below this. (default 30s) - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. - --tablet-types strings Tablet types to switch traffic for. - --timeout duration Specifies the maximum time to wait, in seconds, for VReplication to catch up on primary tablets. The traffic switch will be cancelled on timeout. (default 30s) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient MoveTables](./vtctldclient_movetables/) - Perform commands related to moving tables from a source keyspace to a target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_show.md deleted file mode 100644 index 030d33738..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_show.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: MoveTables show -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient MoveTables show - -Show the details for a MoveTables VReplication workflow. - -``` -vtctldclient MoveTables show -``` - -### Examples - -``` -vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer --target-keyspace customer show -``` - -### Options - -``` - -h, --help help for show - --include-logs Include recent logs for the workflow. (default true) - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient MoveTables](./vtctldclient_movetables/) - Perform commands related to moving tables from a source keyspace to a target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_start.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_start.md deleted file mode 100644 index b5dcdbaed..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_start.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: MoveTables start -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient MoveTables start - -Start a MoveTables workflow. - -``` -vtctldclient MoveTables start -``` - -### Examples - -``` -vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer --target-keyspace customer start -``` - -### Options - -``` - -h, --help help for start -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient MoveTables](./vtctldclient_movetables/) - Perform commands related to moving tables from a source keyspace to a target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_status.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_status.md deleted file mode 100644 index b1ac2b6e6..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_status.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: MoveTables status -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient MoveTables status - -Show the current status for a MoveTables VReplication workflow. - -``` -vtctldclient MoveTables status -``` - -### Examples - -``` -vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer --target-keyspace customer status -``` - -### Options - -``` - -h, --help help for status - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient MoveTables](./vtctldclient_movetables/) - Perform commands related to moving tables from a source keyspace to a target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_stop.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_stop.md deleted file mode 100644 index cf720b951..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_stop.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: MoveTables stop -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient MoveTables stop - -Stop a MoveTables workflow. - -``` -vtctldclient MoveTables stop -``` - -### Examples - -``` -vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer --target-keyspace customer stop -``` - -### Options - -``` - -h, --help help for stop -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient MoveTables](./vtctldclient_movetables/) - Perform commands related to moving tables from a source keyspace to a target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_switchtraffic.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_switchtraffic.md deleted file mode 100644 index 2b814b567..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_MoveTables_switchtraffic.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: MoveTables switchtraffic -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient MoveTables switchtraffic - -Switch traffic for a MoveTables VReplication workflow. - -``` -vtctldclient MoveTables switchtraffic -``` - -### Examples - -``` -vtctldclient --server localhost:15999 MoveTables --workflow commerce2customer --target-keyspace customer switchtraffic --tablet-types "replica,rdonly" -``` - -### Options - -``` - -c, --cells strings Cells and/or CellAliases to switch traffic in. - --dry-run Print the actions that would be taken and report any known errors that would have occurred. - --enable-reverse-replication Setup replication going back to the original source keyspace to support rolling back the traffic cutover. (default true) - -h, --help help for switchtraffic - --initialize-target-sequences When moving tables from an unsharded keyspace to a sharded keyspace, initialize any sequences that are being used on the target when switching writes. - --max-replication-lag-allowed duration Allow traffic to be switched only if VReplication lag is below this. (default 30s) - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. - --tablet-types strings Tablet types to switch traffic for. - --timeout duration Specifies the maximum time to wait, in seconds, for VReplication to catch up on primary tablets. The traffic switch will be cancelled on timeout. (default 30s) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient MoveTables](./vtctldclient_movetables/) - Perform commands related to moving tables from a source keyspace to a target keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL.md deleted file mode 100644 index d82f626c9..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: OnlineDDL -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient OnlineDDL - -Operates on online DDL (schema migrations). - -### Options - -``` - -h, --help help for OnlineDDL -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### 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 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 force-cutover](./vtctldclient_onlineddl_force-cutover/) - Mark a given schema migration, or all pending migrations, for forced cut over. -* [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 -* [vtctldclient OnlineDDL unthrottle](./vtctldclient_onlineddl_unthrottle/) - Unthrottles one or all migrations - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/_index.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/_index.md index 2a706285b..f70b44e43 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/_index.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/_index.md @@ -1,7 +1,7 @@ --- title: OnlineDDL series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient OnlineDDL diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_cancel.md index 981eb63f0..1db7c40fe 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_cancel.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_cancel.md @@ -1,7 +1,7 @@ --- title: OnlineDDL cancel series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient OnlineDDL cancel diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_cleanup.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_cleanup.md index 51f9bb43f..dbfa9fd01 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_cleanup.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_cleanup.md @@ -1,7 +1,7 @@ --- title: OnlineDDL cleanup series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient OnlineDDL cleanup diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_complete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_complete.md index ea8842f60..b9885d95f 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_complete.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_complete.md @@ -1,7 +1,7 @@ --- title: OnlineDDL complete series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient OnlineDDL complete diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_force-cutover.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_force-cutover.md index d13ed5a87..53a582f58 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_force-cutover.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_force-cutover.md @@ -1,7 +1,7 @@ --- title: OnlineDDL force-cutover series: vtctldclient -commit: 3b58bee089a76fdb1f9d452787e40f10e34f034d +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient OnlineDDL force-cutover diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_launch.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_launch.md index 458f118b3..cd70b9f9c 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_launch.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_launch.md @@ -1,7 +1,7 @@ --- title: OnlineDDL launch series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient OnlineDDL launch diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_retry.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_retry.md index 74b471530..5c9e17bfd 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_retry.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_retry.md @@ -1,7 +1,7 @@ --- title: OnlineDDL retry series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient OnlineDDL retry diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_show.md index 3c7144d6b..d4ae84b59 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_show.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_show.md @@ -1,7 +1,7 @@ --- title: OnlineDDL show series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient OnlineDDL show diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_throttle.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_throttle.md index d3046f6ef..4f73b09b9 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_throttle.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_throttle.md @@ -1,7 +1,7 @@ --- title: OnlineDDL throttle series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient OnlineDDL throttle diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_unthrottle.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_unthrottle.md index c3e1008c3..d8f1d3c84 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_unthrottle.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL/vtctldclient_OnlineDDL_unthrottle.md @@ -1,7 +1,7 @@ --- title: OnlineDDL unthrottle series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient OnlineDDL unthrottle diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_cancel.md deleted file mode 100644 index 24652e0e7..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_cancel.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: OnlineDDL cancel -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient OnlineDDL cancel - -Cancel one or all migrations, terminating any running ones as needed. - -``` -vtctldclient OnlineDDL cancel -``` - -### Examples - -``` -OnlineDDL cancel test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90 -``` - -### Options - -``` - -h, --help help for cancel -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient OnlineDDL](./vtctldclient_onlineddl/) - Operates on online DDL (schema migrations). - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_cleanup.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_cleanup.md deleted file mode 100644 index c445dea6b..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_cleanup.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: OnlineDDL cleanup -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient OnlineDDL cleanup - -Mark a given schema migration ready for artifact cleanup. - -``` -vtctldclient OnlineDDL cleanup -``` - -### Examples - -``` -OnlineDDL cleanup test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90 -``` - -### Options - -``` - -h, --help help for cleanup -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient OnlineDDL](./vtctldclient_onlineddl/) - Operates on online DDL (schema migrations). - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_complete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_complete.md deleted file mode 100644 index 3469224ac..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_complete.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: OnlineDDL complete -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient OnlineDDL complete - -Complete one or all migrations executed with --postpone-completion - -``` -vtctldclient OnlineDDL complete -``` - -### Examples - -``` -OnlineDDL complete test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90 -``` - -### Options - -``` - -h, --help help for complete -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient OnlineDDL](./vtctldclient_onlineddl/) - Operates on online DDL (schema migrations). - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_force-cutover.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_force-cutover.md deleted file mode 100644 index bbf233946..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_force-cutover.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: OnlineDDL force-cutover -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient OnlineDDL force-cutover - -Mark a given schema migration, or all pending migrations, for forced cut over. - -``` -vtctldclient OnlineDDL force-cutover -``` - -### Examples - -``` -OnlineDDL force-cutover test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90 -``` - -### Options - -``` - -h, --help help for force-cutover -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient OnlineDDL](./vtctldclient_onlineddl/) - Operates on online DDL (schema migrations). - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_launch.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_launch.md deleted file mode 100644 index 65892298c..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_launch.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: OnlineDDL launch -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient OnlineDDL launch - -Launch one or all migrations executed with --postpone-launch - -``` -vtctldclient OnlineDDL launch -``` - -### Examples - -``` -OnlineDDL launch test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90 -``` - -### Options - -``` - -h, --help help for launch -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient OnlineDDL](./vtctldclient_onlineddl/) - Operates on online DDL (schema migrations). - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_retry.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_retry.md deleted file mode 100644 index 6b237afb0..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_retry.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: OnlineDDL retry -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient OnlineDDL retry - -Mark a given schema migration for retry. - -``` -vtctldclient OnlineDDL retry -``` - -### Examples - -``` -vtctl OnlineDDL retry test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90 -``` - -### Options - -``` - -h, --help help for retry -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient OnlineDDL](./vtctldclient_onlineddl/) - Operates on online DDL (schema migrations). - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_show.md deleted file mode 100644 index 342a9f350..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_show.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: OnlineDDL show -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient OnlineDDL show - -Display information about online DDL operations. - -``` -vtctldclient OnlineDDL show -``` - -### Examples - -``` -OnlineDDL show test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90 -OnlineDDL show test_keyspace all -OnlineDDL show --order descending test_keyspace all -OnlineDDL show --limit 10 test_keyspace all -OnlineDDL show --skip 5 --limit 10 test_keyspace all -OnlineDDL show test_keyspace running -OnlineDDL show test_keyspace complete -OnlineDDL show test_keyspace failed -``` - -### Options - -``` - -h, --help help for show - --json Output JSON instead of human-readable table. - --limit uint Limit number of rows returned in output. - --order id Sort the results by id property of the Schema migration. (default "asc") - --skip uint Skip specified number of rows returned in output. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient OnlineDDL](./vtctldclient_onlineddl/) - Operates on online DDL (schema migrations). - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_throttle.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_throttle.md deleted file mode 100644 index a8d250ff6..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_throttle.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: OnlineDDL throttle -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient OnlineDDL throttle - -Throttles one or all migrations - -``` -vtctldclient OnlineDDL throttle -``` - -### Examples - -``` -OnlineDDL throttle all -``` - -### Options - -``` - -h, --help help for throttle -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient OnlineDDL](./vtctldclient_onlineddl/) - Operates on online DDL (schema migrations). - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_unthrottle.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_unthrottle.md deleted file mode 100644 index 255b8ecc8..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_OnlineDDL_unthrottle.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: OnlineDDL unthrottle -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient OnlineDDL unthrottle - -Unthrottles one or all migrations - -``` -vtctldclient OnlineDDL unthrottle -``` - -### Examples - -``` -OnlineDDL unthrottle all -``` - -### Options - -``` - -h, --help help for unthrottle -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient OnlineDDL](./vtctldclient_onlineddl/) - Operates on online DDL (schema migrations). - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_PingTablet.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_PingTablet.md index a0a25e134..f94731ed0 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_PingTablet.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_PingTablet.md @@ -1,7 +1,7 @@ --- title: PingTablet series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient PingTablet diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_PlannedReparentShard.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_PlannedReparentShard.md index 96feb4a01..84ffc3dc4 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_PlannedReparentShard.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_PlannedReparentShard.md @@ -1,7 +1,7 @@ --- title: PlannedReparentShard series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient PlannedReparentShard diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RebuildKeyspaceGraph.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RebuildKeyspaceGraph.md index a7388fc9a..06f6a7198 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RebuildKeyspaceGraph.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RebuildKeyspaceGraph.md @@ -1,7 +1,7 @@ --- title: RebuildKeyspaceGraph series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient RebuildKeyspaceGraph diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RebuildVSchemaGraph.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RebuildVSchemaGraph.md index d5847b8e7..984493b41 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RebuildVSchemaGraph.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RebuildVSchemaGraph.md @@ -1,7 +1,7 @@ --- title: RebuildVSchemaGraph series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient RebuildVSchemaGraph diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RefreshState.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RefreshState.md index c8fc0e449..699644557 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RefreshState.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RefreshState.md @@ -1,7 +1,7 @@ --- title: RefreshState series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient RefreshState diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RefreshStateByShard.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RefreshStateByShard.md index 1199c2af3..1afc6e835 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RefreshStateByShard.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RefreshStateByShard.md @@ -1,7 +1,7 @@ --- title: RefreshStateByShard series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient RefreshStateByShard diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchema.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchema.md index 1de895738..eb2afc2f7 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchema.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchema.md @@ -1,7 +1,7 @@ --- title: ReloadSchema series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ReloadSchema diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchemaKeyspace.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchemaKeyspace.md index aa672d7b5..9656fc94a 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchemaKeyspace.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchemaKeyspace.md @@ -1,7 +1,7 @@ --- title: ReloadSchemaKeyspace series: vtctldclient -commit: 2642bea6b1d3476889564c49ed64829f2a3d0a90 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ReloadSchemaKeyspace diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchemaShard.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchemaShard.md index f55aa2822..699239c84 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchemaShard.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReloadSchemaShard.md @@ -1,7 +1,7 @@ --- title: ReloadSchemaShard series: vtctldclient -commit: 2642bea6b1d3476889564c49ed64829f2a3d0a90 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ReloadSchemaShard diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveBackup.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveBackup.md index 0be94e7f5..ec50779d4 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveBackup.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveBackup.md @@ -1,7 +1,7 @@ --- title: RemoveBackup series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient RemoveBackup diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveKeyspaceCell.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveKeyspaceCell.md index 4477869f7..68372aae9 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveKeyspaceCell.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveKeyspaceCell.md @@ -1,7 +1,7 @@ --- title: RemoveKeyspaceCell series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient RemoveKeyspaceCell diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveShardCell.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveShardCell.md index 90c6bf636..786271825 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveShardCell.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RemoveShardCell.md @@ -1,7 +1,7 @@ --- title: RemoveShardCell series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient RemoveShardCell diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReparentTablet.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReparentTablet.md index 685101383..6ab724260 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReparentTablet.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ReparentTablet.md @@ -1,7 +1,7 @@ --- title: ReparentTablet series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ReparentTablet diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard.md deleted file mode 100644 index 8dbd1e7fb..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Reshard -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Reshard - -Perform commands related to resharding a keyspace. - -### Options - -``` - --format string The format of the output; supported formats are: text,json. (default "text") - -h, --help help for Reshard - --target-keyspace string Target keyspace for this workflow. - -w, --workflow string The workflow you want to perform the command on. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server. -* [vtctldclient Reshard cancel](./vtctldclient_reshard_cancel/) - Cancel a Reshard VReplication workflow. -* [vtctldclient Reshard complete](./vtctldclient_reshard_complete/) - Complete a Reshard VReplication workflow. -* [vtctldclient Reshard create](./vtctldclient_reshard_create/) - Create and optionally run a Reshard VReplication workflow. -* [vtctldclient Reshard reversetraffic](./vtctldclient_reshard_reversetraffic/) - Reverse traffic for a Reshard VReplication workflow. -* [vtctldclient Reshard show](./vtctldclient_reshard_show/) - Show the details for a Reshard VReplication workflow. -* [vtctldclient Reshard start](./vtctldclient_reshard_start/) - Start a Reshard workflow. -* [vtctldclient Reshard status](./vtctldclient_reshard_status/) - Show the current status for a Reshard VReplication workflow. -* [vtctldclient Reshard stop](./vtctldclient_reshard_stop/) - Stop a Reshard workflow. -* [vtctldclient Reshard switchtraffic](./vtctldclient_reshard_switchtraffic/) - Switch traffic for a Reshard VReplication workflow. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/_index.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/_index.md index 3768a18a1..cd390f6e1 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/_index.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/_index.md @@ -1,7 +1,7 @@ --- title: Reshard series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Reshard diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_cancel.md index 5f012bb93..83590cba9 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_cancel.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_cancel.md @@ -1,7 +1,7 @@ --- title: Reshard cancel series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Reshard cancel diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_complete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_complete.md index ef109d15b..9aaaa177d 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_complete.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_complete.md @@ -1,7 +1,7 @@ --- title: Reshard complete series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Reshard complete diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_create.md index 4ce372b4a..3f27a7af0 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_create.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_create.md @@ -1,7 +1,7 @@ --- title: Reshard create series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Reshard create diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_reversetraffic.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_reversetraffic.md index d0cc9dae2..c39721d3a 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_reversetraffic.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_reversetraffic.md @@ -1,7 +1,7 @@ --- title: Reshard reversetraffic series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Reshard reversetraffic diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_show.md index c7f49e9d3..da5975e3e 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_show.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_show.md @@ -1,7 +1,7 @@ --- title: Reshard show series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Reshard show diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_start.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_start.md index c420cc2f6..e8b2ea4ab 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_start.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_start.md @@ -1,7 +1,7 @@ --- title: Reshard start series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Reshard start diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_status.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_status.md index 9bd8f70a0..37f551d79 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_status.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_status.md @@ -1,7 +1,7 @@ --- title: Reshard status series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Reshard status diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_stop.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_stop.md index 5f15b89e9..e18098dfc 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_stop.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_stop.md @@ -1,7 +1,7 @@ --- title: Reshard stop series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Reshard stop diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_switchtraffic.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_switchtraffic.md index b99c8ac6b..1eae3bf7d 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_switchtraffic.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard/vtctldclient_Reshard_switchtraffic.md @@ -1,7 +1,7 @@ --- title: Reshard switchtraffic series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Reshard switchtraffic diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_cancel.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_cancel.md deleted file mode 100644 index b1071f52e..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_cancel.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Reshard cancel -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Reshard cancel - -Cancel a Reshard VReplication workflow. - -``` -vtctldclient Reshard cancel -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Reshard --workflow cust2cust --target-keyspace customer cancel -``` - -### Options - -``` - -h, --help help for cancel -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Reshard](./vtctldclient_reshard/) - Perform commands related to resharding a keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_complete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_complete.md deleted file mode 100644 index f793ec714..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_complete.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Reshard complete -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Reshard complete - -Complete a Reshard VReplication workflow. - -``` -vtctldclient Reshard complete -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Reshard --workflow cust2cust --target-keyspace customer complete -``` - -### Options - -``` - -h, --help help for complete -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Reshard](./vtctldclient_reshard/) - Perform commands related to resharding a keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_create.md deleted file mode 100644 index aeee38a8f..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_create.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Reshard create -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Reshard create - -Create and optionally run a Reshard VReplication workflow. - -``` -vtctldclient Reshard create -``` - -### Examples - -``` -vtctldclient --server localhost:15999 reshard --workflow customer2customer --target-keyspace customer create --source-shards="0" --target-shards="-80,80-" --cells zone1 --cells zone2 --tablet-types replica -``` - -### Options - -``` - -a, --all-cells Copy table data from any existing cell. - --auto-start Start the workflow after creating it. (default true) - -c, --cells strings Cells and/or CellAliases to copy table data from. - --defer-secondary-keys Defer secondary index creation for a table until after it has been copied. - -h, --help help for create - --on-ddl string What to do when DDL is encountered in the VReplication stream. Possible values are IGNORE, STOP, EXEC, and EXEC_IGNORE. (default "IGNORE") - --skip-schema-copy Skip copying the schema from the source shards to the target shards. - --source-shards strings Source shards. - --stop-after-copy Stop the workflow after it's finished copying the existing rows and before it starts replicating changes. - --tablet-types strings Source tablet types to replicate table data from (e.g. PRIMARY,REPLICA,RDONLY). - --tablet-types-in-preference-order When performing source tablet selection, look for candidates in the type order as they are listed in the tablet-types flag. (default true) - --target-shards strings Target shards. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Reshard](./vtctldclient_reshard/) - Perform commands related to resharding a keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_reversetraffic.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_reversetraffic.md deleted file mode 100644 index ce3a88a2b..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_reversetraffic.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: Reshard reversetraffic -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Reshard reversetraffic - -Reverse traffic for a Reshard VReplication workflow. - -``` -vtctldclient Reshard reversetraffic -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Reshard --workflow cust2cust --target-keyspace customer reversetraffic -``` - -### Options - -``` - -c, --cells strings Cells and/or CellAliases to switch traffic in. - --dry-run Print the actions that would be taken and report any known errors that would have occurred. - --enable-reverse-replication Setup replication going back to the original source keyspace to support rolling back the traffic cutover. (default true) - -h, --help help for reversetraffic - --max-replication-lag-allowed duration Allow traffic to be switched only if VReplication lag is below this. (default 30s) - --tablet-types strings Tablet types to switch traffic for. - --timeout duration Specifies the maximum time to wait, in seconds, for VReplication to catch up on primary tablets. The traffic switch will be cancelled on timeout. (default 30s) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Reshard](./vtctldclient_reshard/) - Perform commands related to resharding a keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_show.md deleted file mode 100644 index 13b3b9c55..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_show.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Reshard show -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Reshard show - -Show the details for a Reshard VReplication workflow. - -``` -vtctldclient Reshard show -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Reshard --workflow cust2cust --target-keyspace customer show -``` - -### Options - -``` - -h, --help help for show - --include-logs Include recent logs for the workflow. (default true) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Reshard](./vtctldclient_reshard/) - Perform commands related to resharding a keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_start.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_start.md deleted file mode 100644 index 40c3aa439..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_start.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Reshard start -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Reshard start - -Start a Reshard workflow. - -``` -vtctldclient Reshard start -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Reshard --workflow cust2cust --target-keyspace customer start -``` - -### Options - -``` - -h, --help help for start -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Reshard](./vtctldclient_reshard/) - Perform commands related to resharding a keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_status.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_status.md deleted file mode 100644 index 0c571383e..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_status.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Reshard status -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Reshard status - -Show the current status for a Reshard VReplication workflow. - -``` -vtctldclient Reshard status -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Reshard --workflow cust2cust --target-keyspace customer status -``` - -### Options - -``` - -h, --help help for status -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Reshard](./vtctldclient_reshard/) - Perform commands related to resharding a keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_stop.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_stop.md deleted file mode 100644 index 7e52c742e..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_stop.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Reshard stop -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Reshard stop - -Stop a Reshard workflow. - -``` -vtctldclient Reshard stop -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Reshard --workflow cust2cust --target-keyspace customer stop -``` - -### Options - -``` - -h, --help help for stop -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Reshard](./vtctldclient_reshard/) - Perform commands related to resharding a keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_switchtraffic.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_switchtraffic.md deleted file mode 100644 index ad3c1de87..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Reshard_switchtraffic.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: Reshard switchtraffic -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Reshard switchtraffic - -Switch traffic for a Reshard VReplication workflow. - -``` -vtctldclient Reshard switchtraffic -``` - -### Examples - -``` -vtctldclient --server localhost:15999 Reshard --workflow cust2cust --target-keyspace customer switchtraffic --tablet-types "replica,rdonly" -``` - -### Options - -``` - -c, --cells strings Cells and/or CellAliases to switch traffic in. - --dry-run Print the actions that would be taken and report any known errors that would have occurred. - --enable-reverse-replication Setup replication going back to the original source keyspace to support rolling back the traffic cutover. (default true) - -h, --help help for switchtraffic - --max-replication-lag-allowed duration Allow traffic to be switched only if VReplication lag is below this. (default 30s) - --tablet-types strings Tablet types to switch traffic for. - --timeout duration Specifies the maximum time to wait, in seconds, for VReplication to catch up on primary tablets. The traffic switch will be cancelled on timeout. (default 30s) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient Reshard](./vtctldclient_reshard/) - Perform commands related to resharding a keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RestoreFromBackup.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RestoreFromBackup.md index c4ff60ee5..da8ea3224 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RestoreFromBackup.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RestoreFromBackup.md @@ -1,7 +1,7 @@ --- title: RestoreFromBackup series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient RestoreFromBackup diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RunHealthCheck.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RunHealthCheck.md index 6b0961161..f84531a62 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RunHealthCheck.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_RunHealthCheck.md @@ -1,7 +1,7 @@ --- title: RunHealthCheck series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient RunHealthCheck diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetKeyspaceDurabilityPolicy.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetKeyspaceDurabilityPolicy.md index 6672f2cde..5e0dbb31e 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetKeyspaceDurabilityPolicy.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetKeyspaceDurabilityPolicy.md @@ -1,7 +1,7 @@ --- title: SetKeyspaceDurabilityPolicy series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient SetKeyspaceDurabilityPolicy diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetShardIsPrimaryServing.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetShardIsPrimaryServing.md index 4d28dd6d7..e5ea6a345 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetShardIsPrimaryServing.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetShardIsPrimaryServing.md @@ -1,7 +1,7 @@ --- title: SetShardIsPrimaryServing series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient SetShardIsPrimaryServing diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetShardTabletControl.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetShardTabletControl.md index 85d513b27..49327a99c 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetShardTabletControl.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetShardTabletControl.md @@ -1,7 +1,7 @@ --- title: SetShardTabletControl series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient SetShardTabletControl diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetWritable.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetWritable.md index 7428c0c93..c2a6322b2 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetWritable.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SetWritable.md @@ -1,7 +1,7 @@ --- title: SetWritable series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient SetWritable diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ShardReplicationFix.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ShardReplicationFix.md index aadd69ea2..a1bdeae92 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ShardReplicationFix.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ShardReplicationFix.md @@ -1,7 +1,7 @@ --- title: ShardReplicationFix series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ShardReplicationFix diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ShardReplicationPositions.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ShardReplicationPositions.md index c31b834ef..9d3c487ec 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ShardReplicationPositions.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ShardReplicationPositions.md @@ -1,7 +1,7 @@ --- title: ShardReplicationPositions series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ShardReplicationPositions diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SleepTablet.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SleepTablet.md index 49d6af2b9..03bcf7b40 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SleepTablet.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SleepTablet.md @@ -1,7 +1,7 @@ --- title: SleepTablet series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient SleepTablet diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SourceShardAdd.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SourceShardAdd.md index 0889f4697..9f646ecd3 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SourceShardAdd.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SourceShardAdd.md @@ -1,7 +1,7 @@ --- title: SourceShardAdd series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient SourceShardAdd diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SourceShardDelete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SourceShardDelete.md index 960349744..3f43ae761 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SourceShardDelete.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_SourceShardDelete.md @@ -1,7 +1,7 @@ --- title: SourceShardDelete series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient SourceShardDelete diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_StartReplication.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_StartReplication.md index aa15b6536..204c783f6 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_StartReplication.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_StartReplication.md @@ -1,7 +1,7 @@ --- title: StartReplication series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient StartReplication diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_StopReplication.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_StopReplication.md index 905941e4e..948037b47 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_StopReplication.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_StopReplication.md @@ -1,7 +1,7 @@ --- title: StopReplication series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient StopReplication diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md index f82e88b28..b15ae698d 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md @@ -1,7 +1,7 @@ --- title: TabletExternallyReparented series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient TabletExternallyReparented diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateCellInfo.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateCellInfo.md index 4c66ac424..4ebd28f68 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateCellInfo.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateCellInfo.md @@ -1,7 +1,7 @@ --- title: UpdateCellInfo series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient UpdateCellInfo diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateCellsAlias.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateCellsAlias.md index 6a81348e5..c8bad1f00 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateCellsAlias.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateCellsAlias.md @@ -1,7 +1,7 @@ --- title: UpdateCellsAlias series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient UpdateCellsAlias diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateThrottlerConfig.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateThrottlerConfig.md index 72793e0e8..ea4cf5349 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateThrottlerConfig.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_UpdateThrottlerConfig.md @@ -1,7 +1,7 @@ --- title: UpdateThrottlerConfig series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient UpdateThrottlerConfig diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff.md deleted file mode 100644 index 709b517de..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: VDiff -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient VDiff - -Perform commands related to diffing tables involved in a VReplication workflow between the source and target. - -### Options - -``` - --format string The format of the output; supported formats are: text,json. (default "text") - -h, --help help for VDiff - --target-keyspace string Target keyspace for this workflow. - -w, --workflow string The workflow you want to perform the command on. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server. -* [vtctldclient VDiff create](./vtctldclient_vdiff_create/) - Create and run a VDiff to compare the tables involved in a VReplication workflow between the source and target. -* [vtctldclient VDiff delete](./vtctldclient_vdiff_delete/) - Delete VDiffs. -* [vtctldclient VDiff resume](./vtctldclient_vdiff_resume/) - Resume a VDiff. -* [vtctldclient VDiff show](./vtctldclient_vdiff_show/) - Show the status of a VDiff. -* [vtctldclient VDiff stop](./vtctldclient_vdiff_stop/) - Stop a running VDiff. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/_index.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/_index.md index 59b30e988..8d58e8f33 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/_index.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/_index.md @@ -1,7 +1,7 @@ --- title: VDiff series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient VDiff diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_create.md index 978dbdd8f..64575000d 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_create.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_create.md @@ -1,7 +1,7 @@ --- title: VDiff create series: vtctldclient -commit: 2642bea6b1d3476889564c49ed64829f2a3d0a90 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient VDiff create diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_delete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_delete.md index 35428730c..0119d0c14 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_delete.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_delete.md @@ -1,7 +1,7 @@ --- title: VDiff delete series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient VDiff delete @@ -14,7 +14,7 @@ vtctldclient VDiff delete ### Examples ``` -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace delete a037a9e2-5628-11ee-8c99-0242ac120002 +vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer delete a037a9e2-5628-11ee-8c99-0242ac120002 vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace delete all ``` diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_resume.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_resume.md index a2e59ee18..bdbffe73c 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_resume.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_resume.md @@ -1,7 +1,7 @@ --- title: VDiff resume series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient VDiff resume @@ -14,7 +14,7 @@ vtctldclient VDiff resume ### Examples ``` -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace resume a037a9e2-5628-11ee-8c99-0242ac120002 +vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer resume a037a9e2-5628-11ee-8c99-0242ac120002 ``` ### Options diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_show.md index 968ea1c51..0fd7c9406 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_show.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_show.md @@ -1,7 +1,7 @@ --- title: VDiff show series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient VDiff show @@ -14,9 +14,9 @@ vtctldclient VDiff show ### Examples ``` -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace show last -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace show a037a9e2-5628-11ee-8c99-0242ac120002 -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace show all +vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer show last +vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer show a037a9e2-5628-11ee-8c99-0242ac120002 +vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer show all ``` ### Options diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_stop.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_stop.md index 127b73dd9..2a4e13cf3 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_stop.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff/vtctldclient_VDiff_stop.md @@ -1,7 +1,7 @@ --- title: VDiff stop series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient VDiff stop @@ -14,7 +14,7 @@ vtctldclient VDiff stop ### Examples ``` -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace stop a037a9e2-5628-11ee-8c99-0242ac120002 +vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer stop a037a9e2-5628-11ee-8c99-0242ac120002 ``` ### Options diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_create.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_create.md deleted file mode 100644 index 9dd79ce5b..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_create.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: VDiff create -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient VDiff create - -Create and run a VDiff to compare the tables involved in a VReplication workflow between the source and target. - -``` -vtctldclient VDiff create -``` - -### Examples - -``` -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer create -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer create b3f59678-5241-11ee-be56-0242ac120002 -``` - -### Options - -``` - --auto-retry Should this vdiff automatically retry and continue in case of recoverable errors. (default true) - --debug-query Adds a mysql query to the report that can be used for further debugging. - --filtered-replication-wait-time duration Specifies the maximum time to wait, in seconds, for replication to catch up when syncing tablet streams. (default 30s) - -h, --help help for create - --limit int Max rows to stop comparing after. (default 9223372036854775807) - --max-diff-duration duration How long should an individual table diff run before being stopped and restarted in order to lessen the impact on tablets due to holding open database snapshots for long periods of time (0 is the default and means no time limit). - --max-extra-rows-to-compare int If there are collation differences between the source and target, you can have rows that are identical but simply returned in a different order from MySQL. We will do a second pass to compare the rows for any actual differences in this case and this flag allows you to control the resources used for this operation. (default 1000) - --max-report-sample-rows int Maximum number of row differences to report (0 for all differences). NOTE: when increasing this value it is highly recommended to also specify --only-pks (default 10) - --only-pks When reporting missing rows, only show primary keys in the report. - --source-cells strings The source cell(s) to compare from; default is any available cell. - --tables strings Only run vdiff for these tables in the workflow. - --tablet-types strings Tablet types to use on the source and target. - --tablet-types-in-preference-order When performing source tablet selection, look for candidates in the type order as they are listed in the tablet-types flag. (default true) - --target-cells strings The target cell(s) to compare with; default is any available cell. - --update-table-stats Update the table statistics, using ANALYZE TABLE, on each table involved in the VDiff during initialization. This will ensure that progress estimates are as accurate as possible -- but it does involve locks and can potentially impact query processing on the target keyspace. - --wait When creating or resuming a vdiff, wait for it to finish before exiting. - --wait-update-interval duration When waiting on a vdiff to finish, check and display the current status this often. (default 1m0s) -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient VDiff](./vtctldclient_vdiff/) - Perform commands related to diffing tables involved in a VReplication workflow between the source and target. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_delete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_delete.md deleted file mode 100644 index cb0f9d790..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_delete.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: VDiff delete -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient VDiff delete - -Delete VDiffs. - -``` -vtctldclient VDiff delete -``` - -### Examples - -``` -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace delete a037a9e2-5628-11ee-8c99-0242ac120002 -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace delete all -``` - -### Options - -``` - -h, --help help for delete -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient VDiff](./vtctldclient_vdiff/) - Perform commands related to diffing tables involved in a VReplication workflow between the source and target. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_resume.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_resume.md deleted file mode 100644 index 231ad63a8..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_resume.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: VDiff resume -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient VDiff resume - -Resume a VDiff. - -``` -vtctldclient VDiff resume -``` - -### Examples - -``` -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace resume a037a9e2-5628-11ee-8c99-0242ac120002 -``` - -### Options - -``` - -h, --help help for resume -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient VDiff](./vtctldclient_vdiff/) - Perform commands related to diffing tables involved in a VReplication workflow between the source and target. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_show.md deleted file mode 100644 index c1d7b8ea3..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_show.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: VDiff show -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient VDiff show - -Show the status of a VDiff. - -``` -vtctldclient VDiff show -``` - -### Examples - -``` -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace show last -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace show a037a9e2-5628-11ee-8c99-0242ac120002 -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace show all -``` - -### Options - -``` - -h, --help help for show - --verbose Show verbose output in summaries -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient VDiff](./vtctldclient_vdiff/) - Perform commands related to diffing tables involved in a VReplication workflow between the source and target. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_stop.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_stop.md deleted file mode 100644 index de8244339..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_VDiff_stop.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: VDiff stop -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient VDiff stop - -Stop a running VDiff. - -``` -vtctldclient VDiff stop -``` - -### Examples - -``` -vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace stop a037a9e2-5628-11ee-8c99-0242ac120002 -``` - -### Options - -``` - -h, --help help for stop -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --format string The format of the output; supported formats are: text,json. (default "text") - --server string server to use for the connection (required) - --target-keyspace string Target keyspace for this workflow. - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") - -w, --workflow string The workflow you want to perform the command on. -``` - -### SEE ALSO - -* [vtctldclient VDiff](./vtctldclient_vdiff/) - Perform commands related to diffing tables involved in a VReplication workflow between the source and target. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Validate.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Validate.md index b3e8f45f3..f9607b438 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Validate.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Validate.md @@ -1,7 +1,7 @@ --- title: Validate series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Validate diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateKeyspace.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateKeyspace.md index 43c497c35..9ad89681e 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateKeyspace.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateKeyspace.md @@ -1,7 +1,7 @@ --- title: ValidateKeyspace series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ValidateKeyspace diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateSchemaKeyspace.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateSchemaKeyspace.md index 65f2c0e0c..6017aae18 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateSchemaKeyspace.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateSchemaKeyspace.md @@ -1,7 +1,7 @@ --- title: ValidateSchemaKeyspace series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ValidateSchemaKeyspace diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateShard.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateShard.md index 1c2d5610b..a8bbc24c6 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateShard.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateShard.md @@ -1,7 +1,7 @@ --- title: ValidateShard series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ValidateShard diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateVersionKeyspace.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateVersionKeyspace.md index b56df6614..bf926d59a 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateVersionKeyspace.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateVersionKeyspace.md @@ -1,7 +1,7 @@ --- title: ValidateVersionKeyspace series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ValidateVersionKeyspace diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateVersionShard.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateVersionShard.md index 0c506956f..fa7604782 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateVersionShard.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_ValidateVersionShard.md @@ -1,7 +1,7 @@ --- title: ValidateVersionShard series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient ValidateVersionShard diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow.md deleted file mode 100644 index a55615c99..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Workflow -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Workflow - -Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace. - -``` -vtctldclient Workflow --keyspace [command] [command-flags] -``` - -### Options - -``` - -h, --help help for Workflow - -k, --keyspace string Keyspace context for the workflow. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server. -* [vtctldclient Workflow delete](./vtctldclient_workflow_delete/) - Delete a VReplication workflow. -* [vtctldclient Workflow list](./vtctldclient_workflow_list/) - List the VReplication workflows in the given keyspace. -* [vtctldclient Workflow show](./vtctldclient_workflow_show/) - Show the details for a VReplication workflow. -* [vtctldclient Workflow start](./vtctldclient_workflow_start/) - Start a VReplication workflow. -* [vtctldclient Workflow stop](./vtctldclient_workflow_stop/) - Stop a VReplication workflow. -* [vtctldclient Workflow update](./vtctldclient_workflow_update/) - Update the configuration parameters for a VReplication workflow. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/_index.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/_index.md index 3d1757beb..9c42cbe29 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/_index.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/_index.md @@ -1,7 +1,7 @@ --- title: Workflow series: vtctldclient -commit: 3b906cf6a3cedd9d216eaee4e162025d408beee9 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Workflow diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_delete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_delete.md index 6d7f02c4c..20590f025 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_delete.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_delete.md @@ -1,7 +1,7 @@ --- title: Workflow delete series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Workflow delete @@ -23,6 +23,7 @@ vtctldclient --server localhost:15999 workflow --keyspace customer delete --work -h, --help help for delete --keep-data Keep the partially copied table data from the workflow in the target keyspace. --keep-routing-rules Keep the routing rules created for the workflow. + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. -w, --workflow string The workflow you want to delete. ``` diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_list.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_list.md index f1b664700..7e0ba3f39 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_list.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_list.md @@ -1,7 +1,7 @@ --- title: Workflow list series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Workflow list @@ -20,7 +20,8 @@ vtctldclient --server localhost:15999 workflow --keyspace customer list ### Options ``` - -h, --help help for list + -h, --help help for list + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. ``` ### Options inherited from parent commands diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_show.md index ecc411f37..18f7017b2 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_show.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_show.md @@ -1,7 +1,7 @@ --- title: Workflow show series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Workflow show @@ -22,6 +22,7 @@ vtctldclient --server localhost:15999 workflow --keyspace customer show --workfl ``` -h, --help help for show --include-logs Include recent logs for the workflow. (default true) + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. -w, --workflow string The workflow you want the details for. ``` diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_start.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_start.md index 093a32c78..c654ef446 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_start.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_start.md @@ -1,7 +1,7 @@ --- title: Workflow start series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Workflow start @@ -21,6 +21,7 @@ vtctldclient --server localhost:15999 workflow --keyspace customer start --workf ``` -h, --help help for start + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. -w, --workflow string The workflow you want to start. ``` diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_stop.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_stop.md index bd15c566c..27a083ef1 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_stop.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_stop.md @@ -1,7 +1,7 @@ --- title: Workflow stop series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Workflow stop @@ -21,6 +21,7 @@ vtctldclient --server localhost:15999 workflow --keyspace customer stop --workfl ``` -h, --help help for stop + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. -w, --workflow string The workflow you want to stop. ``` diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_update.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_update.md index 6b3cea4e0..134f2e89b 100644 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_update.md +++ b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow/vtctldclient_Workflow_update.md @@ -1,7 +1,7 @@ --- title: Workflow update series: vtctldclient -commit: a85c612dc9a58aa2e4b13010fdba99e246646618 +commit: 6cd09cce61fa79a1b7aacb36886b7dc44ae82a94 --- ## vtctldclient Workflow update @@ -23,6 +23,7 @@ vtctldclient --server localhost:15999 workflow --keyspace customer update --work -c, --cells strings New Cell(s) or CellAlias(es) (comma-separated) to replicate from. -h, --help help for update --on-ddl string New instruction on what to do when DDL is encountered in the VReplication stream. Possible values are IGNORE, STOP, EXEC, and EXEC_IGNORE. + --shards strings (Optional) Specifies a comma-separated list of shards to operate on. -t, --tablet-types strings New source tablet types to replicate from (e.g. PRIMARY,REPLICA,RDONLY). --tablet-types-in-order When performing source tablet selection, look for candidates in the type order as they are listed in the tablet-types flag. (default true) -w, --workflow string The workflow you want to update. diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_delete.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_delete.md deleted file mode 100644 index 30517a0fe..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_delete.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: Workflow delete -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Workflow delete - -Delete a VReplication workflow. - -``` -vtctldclient Workflow delete -``` - -### Examples - -``` -vtctldclient --server localhost:15999 workflow --keyspace customer delete --workflow commerce2customer -``` - -### Options - -``` - -h, --help help for delete - --keep-data Keep the partially copied table data from the workflow in the target keyspace. - --keep-routing-rules Keep the routing rules created for the workflow. - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. - -w, --workflow string The workflow you want to delete. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - -k, --keyspace string Keyspace context for the workflow. - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient Workflow](./vtctldclient_workflow/) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_list.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_list.md deleted file mode 100644 index 08b02808a..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_list.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Workflow list -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Workflow list - -List the VReplication workflows in the given keyspace. - -``` -vtctldclient Workflow list -``` - -### Examples - -``` -vtctldclient --server localhost:15999 workflow --keyspace customer list -``` - -### Options - -``` - -h, --help help for list - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - -k, --keyspace string Keyspace context for the workflow. - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient Workflow](./vtctldclient_workflow/) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_show.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_show.md deleted file mode 100644 index 7a4846964..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_show.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Workflow show -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Workflow show - -Show the details for a VReplication workflow. - -``` -vtctldclient Workflow show -``` - -### Examples - -``` -vtctldclient --server localhost:15999 workflow --keyspace customer show --workflow commerce2customer -``` - -### Options - -``` - -h, --help help for show - --include-logs Include recent logs for the workflow. (default true) - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. - -w, --workflow string The workflow you want the details for. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - -k, --keyspace string Keyspace context for the workflow. - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient Workflow](./vtctldclient_workflow/) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_start.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_start.md deleted file mode 100644 index 2c0994ff5..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_start.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Workflow start -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Workflow start - -Start a VReplication workflow. - -``` -vtctldclient Workflow start -``` - -### Examples - -``` -vtctldclient --server localhost:15999 workflow --keyspace customer start --workflow commerce2customer -``` - -### Options - -``` - -h, --help help for start - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. - -w, --workflow string The workflow you want to start. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - -k, --keyspace string Keyspace context for the workflow. - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient Workflow](./vtctldclient_workflow/) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_stop.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_stop.md deleted file mode 100644 index a127ad9fd..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_stop.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Workflow stop -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Workflow stop - -Stop a VReplication workflow. - -``` -vtctldclient Workflow stop -``` - -### Examples - -``` -vtctldclient --server localhost:15999 workflow --keyspace customer stop --workflow commerce2customer -``` - -### Options - -``` - -h, --help help for stop - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. - -w, --workflow string The workflow you want to stop. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - -k, --keyspace string Keyspace context for the workflow. - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient Workflow](./vtctldclient_workflow/) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace. - diff --git a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_update.md b/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_update.md deleted file mode 100644 index b1f88895c..000000000 --- a/content/en/docs/20.0/reference/programs/vtctldclient/vtctldclient_Workflow_update.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: Workflow update -series: vtctldclient -commit: b539ce927ee86b723a94a627cdec1403dd4020f0 ---- -## vtctldclient Workflow update - -Update the configuration parameters for a VReplication workflow. - -``` -vtctldclient Workflow update -``` - -### Examples - -``` -vtctldclient --server localhost:15999 workflow --keyspace customer update --workflow commerce2customer --cells zone1 --cells zone2 -c "zone3,zone4" -c zone5 -``` - -### Options - -``` - -c, --cells strings New Cell(s) or CellAlias(es) (comma-separated) to replicate from. - -h, --help help for update - --on-ddl string New instruction on what to do when DDL is encountered in the VReplication stream. Possible values are IGNORE, STOP, EXEC, and EXEC_IGNORE. - --shards strings (Optional) Specifies a comma-separated list of shards to operate on. - -t, --tablet-types strings New source tablet types to replicate from (e.g. PRIMARY,REPLICA,RDONLY). - --tablet-types-in-order When performing source tablet selection, look for candidates in the type order as they are listed in the tablet-types flag. (default true) - -w, --workflow string The workflow you want to update. -``` - -### Options inherited from parent commands - -``` - --action_timeout duration timeout to use for the command (default 1h0m0s) - --compact use compact format for otherwise verbose outputs - -k, --keyspace string Keyspace context for the workflow. - --server string server to use for the connection (required) - --topo-global-root string the path of the global topology data in the global topology server (default "/vitess/global") - --topo-global-server-address strings the address of the global topology server(s) (default [localhost:2379]) - --topo-implementation string the topology implementation to use (default "etcd2") -``` - -### SEE ALSO - -* [vtctldclient Workflow](./vtctldclient_workflow/) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace. - diff --git a/tools/cobradocs/main.go b/tools/cobradocs/main.go index bac5350ca..1518a8e5a 100644 --- a/tools/cobradocs/main.go +++ b/tools/cobradocs/main.go @@ -30,7 +30,7 @@ var ( debug = flag.Bool("debug", false, "log debug info") vitessDir = flag.String("vitess-dir", "", "path to vitess checkout") docGenPath = flag.String("docgen-path", "", "path to the binary docs generator, **relative to** --vitess-dir. if blank, defaults to ./go/cmd/`binary`/docgen") - versionStrs = flag.String("version-pairs", "main:17.0", "CSV of : pairs to generate docs for; for example, 'v15.0.2:15.0' will generate docs from the v15.0.2 tag into the content/en/15.0 subtree. ensure your vitess checkout is up-to-date (git fetch --all) before running.") + versionStrs = flag.String("version-pairs", "main:20.0", "CSV of : pairs to generate docs for; for example, 'v19.0.3:19.0' will generate docs from the v19.0.3 tag into the content/en/19.0 subtree. ensure your vitess checkout is up-to-date (git fetch --all) before running.") // -graceful=false explicitly to make this harder to use en masse. graceful = flag.Bool("graceful", true, "skip programs/versions where either the docgen directory or target content directory is missing (under the assumption there was no setup for generated docs for that binary/version)") diff --git a/tools/sync_cobradocs.sh b/tools/sync_cobradocs.sh index 517749b64..7723be085 100755 --- a/tools/sync_cobradocs.sh +++ b/tools/sync_cobradocs.sh @@ -20,11 +20,6 @@ fi VITESS_DIR="${tmp}" make generated-docs -# This command be removed once v18.0.0 (GA), v17.0.4, v16.0.6 and v15.0.6 are outs. -# In the meantime, the documentation generation in Vitess produces non-anonymous path -# which are replaced here using find and sed. -find ./content/en/docs/ -type f -exec sh -c 'LC_CTYPE=C LANG=en_US.UTF-8 sed -i "" "s@\['"$tmp"'\]@\[\]@g" "$0"' {} \; - git add $(git diff -I"^commit:.*$" --numstat | awk '{print $3}' | xargs) || true # Reset any modified files that contained _only_ a SHA update. git checkout -- .