hotfix: remove host option from influxd-ctl restore, closes influxdata/DAR#365

pull/4853/head
Scott Anderson 2023-04-05 08:34:05 -06:00
parent 59968cc313
commit a420367ab4
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,