Mount register

vtctldclient Mount register

Register an external Vitess Cluster.

  1. vtctldclient Mount register

Examples

  1. vtctldclient --server localhost:15999 mount register --topo-type etcd2 --topo-server localhost:12379 --topo-root /vitess/global ext1

Options

  1. -h, --help help for register
  2. --topo-root string Topo server root path.
  3. --topo-server string Topo server address.
  4. --topo-type string Topo server implementation to use.

Options inherited from parent commands

  1. --action_timeout duration timeout to use for the command (default 1h0m0s)
  2. --compact use compact format for otherwise verbose outputs
  3. --server string server to use for the connection (required)

SEE ALSO

  • vtctldclient Mount - Mount is used to link an external Vitess cluster in order to migrate data from it.