diff --git a/content/enterprise_influxdb/v1.9/administration/upgrading.md b/content/enterprise_influxdb/v1.9/administration/upgrading.md index 69b96cd38..9616bd732 100644 --- a/content/enterprise_influxdb/v1.9/administration/upgrading.md +++ b/content/enterprise_influxdb/v1.9/administration/upgrading.md @@ -47,7 +47,7 @@ wget https://dl.influxdata.com/enterprise/releases/influxdb-meta_{{< latest-patc ##### RedHat and CentOS (64-bit) ```bash -wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm +wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm ``` ### Install the meta node package @@ -173,7 +173,7 @@ wget https://dl.influxdata.com/enterprise/releases/influxdb-data_{{< latest-patc ##### RedHat and CentOS (64-bit) ```bash -wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm +wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm ``` ### Install the data node package diff --git a/content/enterprise_influxdb/v1.9/guides/migration.md b/content/enterprise_influxdb/v1.9/guides/migration.md index e15fed1c8..c56941995 100644 --- a/content/enterprise_influxdb/v1.9/guides/migration.md +++ b/content/enterprise_influxdb/v1.9/guides/migration.md @@ -206,8 +206,8 @@ sudo dpkg -i influxdb-data_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb {{% /code-tab-content %}} {{% code-tab-content %}} ```bash -wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm -sudo yum localinstall influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm +wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm +sudo yum localinstall influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm ``` {{% /code-tab-content %}} {{< /code-tabs-wrapper >}}