diff --git a/content/enterprise_influxdb/v1/administration/upgrading.md b/content/enterprise_influxdb/v1/administration/upgrading.md index 24dde66f53..9d13d6ccc0 100644 --- a/content/enterprise_influxdb/v1/administration/upgrading.md +++ b/content/enterprise_influxdb/v1/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/guides/migration.md b/content/enterprise_influxdb/v1/guides/migration.md index 1b0aab9117..617b365b69 100644 --- a/content/enterprise_influxdb/v1/guides/migration.md +++ b/content/enterprise_influxdb/v1/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 >}} diff --git a/content/enterprise_influxdb/v1/introduction/installation/data_node_installation.md b/content/enterprise_influxdb/v1/introduction/installation/data_node_installation.md index cab59aa8bb..97f8f794c9 100644 --- a/content/enterprise_influxdb/v1/introduction/installation/data_node_installation.md +++ b/content/enterprise_influxdb/v1/introduction/installation/data_node_installation.md @@ -173,14 +173,14 @@ sudo dpkg -i influxdb-data_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb {{% /code-tabs %}} {{% code-tab-content %}} ```sh -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-tab-content %}} ```sh -wget https://dl.influxdata.com/enterprise/releases/fips/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/fips/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 >}} @@ -205,12 +205,12 @@ For added security, follow these steps to verify the signature of your InfluxDB {{% /code-tabs %}} {{% code-tab-content %}} ```sh -wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc +wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc ``` {{% /code-tab-content %}} {{% code-tab-content %}} ```sh -wget https://dl.influxdata.com/enterprise/releases/fips/influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc +wget https://dl.influxdata.com/enterprise/releases/fips/influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc ``` {{% /code-tab-content %}} {{< /code-tabs-wrapper >}} @@ -218,7 +218,7 @@ wget https://dl.influxdata.com/enterprise/releases/fips/influxdb-data-{{< latest 3. Verify the signature with `gpg --verify`: ```sh - gpg --verify influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm + gpg --verify influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm ``` The output from this command should include the following: diff --git a/content/enterprise_influxdb/v1/introduction/installation/meta_node_installation.md b/content/enterprise_influxdb/v1/introduction/installation/meta_node_installation.md index ba1d0ac67f..031ca134eb 100644 --- a/content/enterprise_influxdb/v1/introduction/installation/meta_node_installation.md +++ b/content/enterprise_influxdb/v1/introduction/installation/meta_node_installation.md @@ -180,14 +180,14 @@ sudo dpkg -i influxdb-meta_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb {{% /code-tabs %}} {{% code-tab-content %}} ```sh -wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm -sudo yum localinstall 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 +sudo yum localinstall influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm ``` {{% /code-tab-content %}} {{% code-tab-content %}} ```sh -wget https://dl.influxdata.com/enterprise/releases/fips/influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm -sudo yum localinstall influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm +wget https://dl.influxdata.com/enterprise/releases/fips/influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm +sudo yum localinstall influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm ``` {{% /code-tab-content %}} {{< /code-tabs-wrapper >}} @@ -213,12 +213,12 @@ For added security, follow these steps to verify the signature of your InfluxDB {{% /code-tabs %}} {{% code-tab-content %}} ```sh -wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc +wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc ``` {{% /code-tab-content %}} {{% code-tab-content %}} ```sh -wget https://dl.influxdata.com/enterprise/releases/fips/influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc +wget https://dl.influxdata.com/enterprise/releases/fips/influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc ``` {{% /code-tab-content %}} {{< /code-tabs-wrapper >}} @@ -226,7 +226,7 @@ wget https://dl.influxdata.com/enterprise/releases/fips/influxdb-meta-{{< latest 3. Verify the signature with `gpg --verify`: ```sh - gpg --verify influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm + gpg --verify influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm ``` The output from this command should include the following: diff --git a/content/enterprise_influxdb/v1/introduction/installation/single-server.md b/content/enterprise_influxdb/v1/introduction/installation/single-server.md index 972028ddc0..db5fc8eb26 100644 --- a/content/enterprise_influxdb/v1/introduction/installation/single-server.md +++ b/content/enterprise_influxdb/v1/introduction/installation/single-server.md @@ -96,8 +96,8 @@ sudo dpkg -i influxdb-meta_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb {{% /code-tab-content %}} {{% code-tab-content %}} ```sh -wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm -sudo yum localinstall 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 +sudo yum localinstall influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm ``` {{% /code-tab-content %}} {{< /code-tabs-wrapper >}} @@ -118,13 +118,13 @@ InfluxDB Enterprise meta service download with `gpg`. For example: ```sh - wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc + wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc ``` 3. Verify the signature with `gpg --verify`: ```sh - gpg --verify influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc influxdb-meta-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm + gpg --verify influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm ``` The output from this command should include the following: @@ -341,8 +341,8 @@ sudo dpkg -i influxdb-data_{{< latest-patch >}}-c{{< latest-patch >}}_amd64.deb {{% /code-tab-content %}} {{% code-tab-content %}} ```sh -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 >}} @@ -363,13 +363,13 @@ InfluxDB Enterprise data service download with `gpg`. For example: ```sh - wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm.asc + wget https://dl.influxdata.com/enterprise/releases/influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc ``` 3. Verify the signature with `gpg --verify`: ```sh - gpg --verify influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc influxdb-data-{{< latest-patch >}}_c{{< latest-patch >}}.x86_64.rpm + gpg --verify influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm.asc influxdb-data-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm ``` The output from this command should include the following: