From a420367ab409257858803dcde5c8cefbc75e95dd Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 5 Apr 2023 08:34:05 -0600 Subject: [PATCH] hotfix: remove host option from influxd-ctl restore, closes influxdata/DAR#365 --- content/enterprise_influxdb/v1.10/guides/migration.md | 2 +- content/enterprise_influxdb/v1.9/guides/migration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,