hotfix: remove host option from influxd-ctl restore, closes influxdata/DAR#365
parent
59968cc313
commit
a420367ab4
|
@ -43,7 +43,7 @@ with the `-portable` flag:
|
|||
4. Restore the backup on the cluster by running the following:
|
||||
|
||||
```sh
|
||||
influxd-ctl restore [ -host <host:port> ] <path-to-backup-files>
|
||||
influxd-ctl restore <path-to-backup-files>
|
||||
```
|
||||
|
||||
> **Note:** InfluxDB Enterprise uses the **influxd-ctl utility** to back up and restore data. For more information,
|
||||
|
|
|
@ -43,7 +43,7 @@ with the `-portable` flag:
|
|||
4. Restore the backup on the cluster by running the following:
|
||||
|
||||
```sh
|
||||
influxd-ctl restore [ -host <host:port> ] <path-to-backup-files>
|
||||
influxd-ctl restore <path-to-backup-files>
|
||||
```
|
||||
|
||||
> **Note:** InfluxDB Enterprise uses the **influxd-ctl utility** to back up and restore data. For more information,
|
||||
|
|
Loading…
Reference in New Issue