MoveTables
vtctldclient MoveTables #
Perform commands related to moving tables from a source keyspace to a target keyspace.
Synopsis #
MoveTables commands: Create, Show, Status, SwitchTraffic, ReverseTraffic, Stop, Start, Cancel, and Delete. See the --help output for each command for more details.
Options #
--format string The format of the output; supported formats are: text,json (default "text")
-h, --help help for MoveTables
--target-keyspace string Keyspace where the tables are being moved to and where the workflow exists (required)
-w, --workflow string The workflow you want to perform the command on (required)
Options inherited from parent commands #
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
SEE ALSO #
- vtctldclient - Executes a cluster management command on the remote vtctld server.
- vtctldclient MoveTables cancel - Cancel a MoveTables VReplication workflow.
- vtctldclient MoveTables complete - Complete a MoveTables VReplication workflow.
- vtctldclient MoveTables create - Create and optionally run a MoveTables VReplication workflow.
- vtctldclient MoveTables reversetraffic - Reverse traffic for a MoveTables VReplication workflow.
- vtctldclient MoveTables show - Show the details for a MoveTables VReplication workflow.
- vtctldclient MoveTables start - Start the MoveTables workflow.
- vtctldclient MoveTables status - Show the current status for a MoveTables VReplication workflow.
- vtctldclient MoveTables stop - Stop a MoveTables workflow.
- vtctldclient MoveTables switchtraffic - Switch traffic for a MoveTables VReplication workflow.