From 9b6d91efb8151a3f9cc9e4d93f202b73f4e05b03 Mon Sep 17 00:00:00 2001 From: Gunnar Aasen Date: Tue, 26 Mar 2024 09:43:50 -0700 Subject: [PATCH] Update download links for OSSv2 --- content/influxdb/v2/install/_index.md | 26 +++++++++---------- .../v2/reference/cli/influx/_index.md | 12 ++++----- content/influxdb/v2/tools/influx-cli.md | 14 +++++----- .../influxdb-templates/stacks/save-time.md | 2 +- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/content/influxdb/v2/install/_index.md b/content/influxdb/v2/install/_index.md index a94d24c11..08d11852b 100644 --- a/content/influxdb/v2/install/_index.md +++ b/content/influxdb/v2/install/_index.md @@ -74,11 +74,11 @@ For information about using the `influx` CLI, see the 1. In your browser or your terminal, download the InfluxDB package. - InfluxDB v2 (macOS) + InfluxDB v2 (macOS) ```sh # Download using cURL - curl -O https://dl.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz \ + curl -O https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz \ --output-dir ~/Downloads ``` @@ -165,7 +165,7 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/) and then use `gpg` to verify the download signature--for example: ```sh - curl -s https://dl.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz.asc \ + curl -s https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz.asc \ | gpg --verify - ~/Downloads/influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz \ 2>&1 | grep 'InfluxData Package Signing Key ' ``` @@ -218,25 +218,25 @@ _You'll install the `influx CLI` in a [later step](#download-and-install-the-inf ```sh # Ubuntu/Debian AMD64 - curl -O https://dl.influxdata.com/influxdb/releases/influxdb2_{{< latest-patch >}}-1_amd64.deb + curl -O https://download.influxdata.com/influxdb/releases/influxdb2_{{< latest-patch >}}-1_amd64.deb sudo dpkg -i influxdb2_{{< latest-patch >}}-1_amd64.deb ``` ```sh # Ubuntu/Debian ARM64 - curl -O https://dl.influxdata.com/influxdb/releases/influxdb2_{{< latest-patch >}}-1_arm64.deb + curl -O https://download.influxdata.com/influxdb/releases/influxdb2_{{< latest-patch >}}-1_arm64.deb sudo dpkg -i influxdb2_{{< latest-patch >}}-1_arm64.deb ``` ```sh # Red Hat/CentOS/Fedora x86-64 (x64, AMD64) - curl -O https://dl.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}-1.x86_64.rpm + curl -O https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}-1.x86_64.rpm sudo yum localinstall influxdb2-{{< latest-patch >}}-1.x86_64.rpm ``` ```sh # Red Hat/CentOS/Fedora AArch64 (ARMv8-A) - curl -O https://dl.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}-1.aarch64.rpm + curl -O https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}-1.aarch64.rpm sudo yum localinstall influxdb2-{{< latest-patch >}}-1.aarch64.rpm ``` @@ -292,17 +292,17 @@ You can use systemd to customize [InfluxDB configuration options](/influxdb/v2/r 1. In your browser or your terminal, download the InfluxDB binary for your system architecture (AMD64 or ARM). - InfluxDB v2 (amd64) - InfluxDB v2 (arm) + InfluxDB v2 (amd64) + InfluxDB v2 (arm) ```sh # Use curl to download the amd64 binary. - curl -O https://dl.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz + curl -O https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz ``` ```sh # Use curl to download the arm64 binary. - curl -O https://dl.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_arm64.tar.gz + curl -O https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_arm64.tar.gz ``` 2. Extract the downloaded binary. @@ -390,7 +390,7 @@ To install `gpg`, see the [GnuPG installation instructions](https://gnupg.org/do and then use `gpg` to verify the download signature--for example: ```sh - curl -s https://dl.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz.asc \ + curl -s https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz.asc \ | gpg --verify - influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz \ 2>&1 | grep 'InfluxData Package Signing Key ' ``` @@ -441,7 +441,7 @@ _You'll install the `influx CLI` in a [later step](#download-and-install-the-inf {{% /note %}} -InfluxDB v2 (Windows) +InfluxDB v2 (Windows) Expand the downloaded archive into `C:\Program Files\InfluxData\` and rename the files if desired. diff --git a/content/influxdb/v2/reference/cli/influx/_index.md b/content/influxdb/v2/reference/cli/influx/_index.md index c48f787d5..30fcce5a1 100644 --- a/content/influxdb/v2/reference/cli/influx/_index.md +++ b/content/influxdb/v2/reference/cli/influx/_index.md @@ -91,7 +91,7 @@ brew list | grep influxdb-cli 1. **Download the `influx` CLI package.** - influx CLI v{{< latest-patch cli=true >}} (macOS) + influx CLI v{{< latest-patch cli=true >}} (macOS) 2. **Unpackage the downloaded package.** @@ -140,17 +140,17 @@ brew list | grep influxdb-cli #### Download from your browser - influx CLI v{{< latest-patch cli=true >}} (amd64) - influx CLI v{{< latest-patch cli=true >}} (arm) + influx CLI v{{< latest-patch cli=true >}} (amd64) + influx CLI v{{< latest-patch cli=true >}} (arm) #### Download from the command line ```sh # amd64 - wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-amd64.tar.gz + wget https://download.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-amd64.tar.gz # arm - wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-arm64.tar.gz + wget https://download.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-arm64.tar.gz ``` 4. **Unpackage the downloaded package.** @@ -191,7 +191,7 @@ Command Prompt is not fully compatible. 1. **Download the `influx` CLI package.** - influx CLI v{{< latest-patch cli=true >}} (Windows) + influx CLI v{{< latest-patch cli=true >}} (Windows) 2. **Expand the downloaded archive.** diff --git a/content/influxdb/v2/tools/influx-cli.md b/content/influxdb/v2/tools/influx-cli.md index ef50b10c4..853a41daf 100644 --- a/content/influxdb/v2/tools/influx-cli.md +++ b/content/influxdb/v2/tools/influx-cli.md @@ -81,12 +81,12 @@ brew list | grep influxdb-cli #### Download from your browser - influx CLI v{{< latest-patch cli=true >}} (macOS) + influx CLI v{{< latest-patch cli=true >}} (macOS) #### Download from the command line ```sh - curl -O https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-darwin-amd64.tar.gz \ + curl -O https://download.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-darwin-amd64.tar.gz \ --output-dir ~/Downloads ``` @@ -153,19 +153,19 @@ brew list | grep influxdb-cli #### Download from your browser - influx CLI v{{< latest-patch cli=true >}} (amd64) - influx CLI v{{< latest-patch cli=true >}} (arm) + influx CLI v{{< latest-patch cli=true >}} (amd64) + influx CLI v{{< latest-patch cli=true >}} (arm) #### Download from the command line ```sh # amd64 - wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-amd64.tar.gz + wget https://download.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-amd64.tar.gz ``` ```sh # arm - wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-arm64.tar.gz + wget https://download.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-arm64.tar.gz ``` 2. Unpackage the downloaded binary. @@ -215,7 +215,7 @@ Command Prompt is not fully compatible. 1. Download the `influx` CLI package. - influx CLI v{{< latest-patch cli=true >}} (Windows) + influx CLI v{{< latest-patch cli=true >}} (Windows) 2. Expand the downloaded archive. diff --git a/content/influxdb/v2/tools/influxdb-templates/stacks/save-time.md b/content/influxdb/v2/tools/influxdb-templates/stacks/save-time.md index de04a5361..e22a97537 100644 --- a/content/influxdb/v2/tools/influxdb-templates/stacks/save-time.md +++ b/content/influxdb/v2/tools/influxdb-templates/stacks/save-time.md @@ -132,7 +132,7 @@ jobs: GITHUB_BRANCH: ${{ github.ref }} run: | cd /tmp - wget https://dl.influxdata.com/platform/nightlies/influx_nightly_linux_amd64.tar.gz + wget https://download.influxdata.com/platform/nightlies/influx_nightly_linux_amd64.tar.gz tar xvfz influx_nightly_linux_amd64.tar.gz sudo cp influx_nightly_linux_amd64/influx /usr/local/bin/ cd $GITHUB_WORKSPACE