diff --git a/content/en/docs/16.0/reference/vreplication/movetables.md b/content/en/docs/16.0/reference/vreplication/movetables.md index b42f3cf2a..96b52f11c 100644 --- a/content/en/docs/16.0/reference/vreplication/movetables.md +++ b/content/en/docs/16.0/reference/vreplication/movetables.md @@ -21,6 +21,7 @@ MoveTables -- [--source=] [--tables=] [--cells=] [--tablet_types=] [--all] [--exclude=] [--auto_start] [--stop_after_copy] [--timeout=timeoutDuration] [--reverse_replication] [--keep_data] [--keep_routing_rules] [--on-ddl=] [--source_time_zone=] + [--no-routing-rules] ``` @@ -262,6 +263,17 @@ We caution against against using `EXEC` or `EXEC_IGNORE` for the following reaso +#### --no-routing-rules +**optional**\ +**default** false + +
+Do not create routing rules for the tables being moved when the workflow is created. This implies that you should +not use global routing or send traffic to the target keyspace through a vtgate. +See https://github.com/vitessio/vitess/pull/13858 and https://github.com/vitessio/vitess/issues/13851 for a use-case +and more details. +
+ #### --rename_tables **optional**\ **default** false