diff --git a/content/enterprise_influxdb/v1.10/guides/migration.md b/content/enterprise_influxdb/v1.10/guides/migration.md index e929aaa88..c156cc50c 100644 --- a/content/enterprise_influxdb/v1.10/guides/migration.md +++ b/content/enterprise_influxdb/v1.10/guides/migration.md @@ -43,7 +43,7 @@ with the `-portable` flag: 4. Restore the backup on the cluster by running the following: ```sh - influxd-ctl restore [ -host ] + influxd-ctl restore ``` > **Note:** InfluxDB Enterprise uses the **influxd-ctl utility** to back up and restore data. For more information, diff --git a/content/enterprise_influxdb/v1.9/guides/migration.md b/content/enterprise_influxdb/v1.9/guides/migration.md index c56941995..f56019489 100644 --- a/content/enterprise_influxdb/v1.9/guides/migration.md +++ b/content/enterprise_influxdb/v1.9/guides/migration.md @@ -43,7 +43,7 @@ with the `-portable` flag: 4. Restore the backup on the cluster by running the following: ```sh - influxd-ctl restore [ -host ] + influxd-ctl restore ``` > **Note:** InfluxDB Enterprise uses the **influxd-ctl utility** to back up and restore data. For more information,