You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go/flags/endtoend/topo2topo.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ Flags:
18
18
--do-shard-replications copies the shard replication information
19
19
--do-shards copies the shard information
20
20
--do-tablets copies the tablet information
21
-
--from_implementation string topology implementation to copy data from
22
-
--from_root string topology server root to copy data from
23
-
--from_server string topology server address to copy data from
21
+
--from-implementation string topology implementation to copy data from
22
+
--from-root string topology server root to copy data from
23
+
--from-server string topology server address to copy data from
24
24
--grpc-enable-tracing Enable gRPC tracing.
25
25
--grpc-max-message-size int Maximum allowed RPC message size. Larger messages will be rejected by gRPC with the error 'exceeding the max size'. (default 16777216)
26
26
--grpc-prometheus Enable gRPC monitoring with Prometheus.
@@ -37,9 +37,9 @@ Flags:
37
37
--purge-logs-interval duration how often try to remove old logs (default 1h0m0s)
38
38
--security-policy string the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only)
39
39
--stderrthreshold severityFlag logs at or above this threshold go to stderr (default 1)
40
-
--to_implementation string topology implementation to copy data to
41
-
--to_root string topology server root to copy data to
42
-
--to_server string topology server address to copy data to
40
+
--to-implementation string topology implementation to copy data to
41
+
--to-root string topology server root to copy data to
42
+
--to-server string topology server address to copy data to
43
43
--v Level log level for V logs
44
44
-v, --version print binary version
45
45
--vmodule vModuleFlag comma-separated list of pattern=N settings for file-filtered logging
0 commit comments