742 B
742 B
title | description | menu | weight | ||||
---|---|---|---|---|---|---|---|
influxd-ctl update-data | The `influxd-ctl update-data` command updates a data node's TCP bind address in the meta store. |
|
201 |
The influxd-ctl update-data
command updates a data node's TCP bind address
in the meta store.
Usage
influxd-ctl update-data <old-tcp-bind-addr> <new-tcp-bind-addr>
Arguments
- old-tcp-bind-addr: Old TCP bind address of the data node
- new-tcp-bind-addr: New TCP bind address of the data node
Flags
Examples
influxd-ctl update-data data1:8088 influxdb-data-01:8088