From 7c70dd37aedb9821a3de47f242ca9235258c70ca Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 4 Dec 2020 16:20:13 -0700 Subject: [PATCH] updated oss and cloud getting started binaries, added arm binary, resolves #1945 --- content/influxdb/cloud/get-started.md | 14 +++++++------- content/influxdb/v2.0/get-started.md | 23 ++++++++++++----------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/content/influxdb/cloud/get-started.md b/content/influxdb/cloud/get-started.md index fcb46fea6..410da3af6 100644 --- a/content/influxdb/cloud/get-started.md +++ b/content/influxdb/cloud/get-started.md @@ -90,7 +90,7 @@ To use the `influx` CLI to manage and interact with your InfluxDB Cloud instance Click the following button to download and install `influx` CLI for macOS. -influx CLI (macOS) +influx CLI (macOS) #### Step 2: Unpackage the influx binary @@ -102,7 +102,7 @@ or run the following command in a macOS command prompt application such ```sh # Unpackage contents to the current working directory -tar zxvf ~/Downloads/influxdb_client_2.0.2_darwin_amd64.tar.gz +tar zxvf ~/Downloads/influxdb_client_2.0.3_darwin_amd64.tar.gz ``` #### Step 3: (Optional) Place the binary in your $PATH @@ -114,7 +114,7 @@ prefix the executable with `./` to run in place. If the binary is on your $PATH, ```sh # Copy the influx binary to your $PATH -sudo cp influxdb_client_2.0.2_darwin_amd64/influx /usr/local/bin/ +sudo cp influxdb_client_2.0.3_darwin_amd64/influx /usr/local/bin/ ``` {{% note %}} @@ -158,8 +158,8 @@ To see all available `influx` commands, type `influx -h` or check out [influx - Click one of the following buttons to download and install the `influx` CLI appropriate for your chipset. -influx CLI (amd64) -influx CLI (arm) +influx CLI (amd64) +influx CLI (arm) #### Step 2: Unpackage the influx binary @@ -167,7 +167,7 @@ Click one of the following buttons to download and install the `influx` CLI appr ```sh # Unpackage contents to the current working directory -tar xvfz influxdb_client_2.0.2_linux_amd64.tar.gz +tar xvfz influxdb_client_2.0.3_linux_amd64.tar.gz ``` #### Step 3: (Optional) Place the binary in your $PATH @@ -179,7 +179,7 @@ prefix the executable with `./` to run in place. If the binary is on your $PATH, ```sh # Copy the influx and influxd binary to your $PATH -sudo cp influxdb_client_2.0.2_linux_amd64/influx /usr/local/bin/ +sudo cp influxdb_client_2.0.3_linux_amd64/influx /usr/local/bin/ ``` {{% note %}} diff --git a/content/influxdb/v2.0/get-started.md b/content/influxdb/v2.0/get-started.md index 09ac40c5c..617fea6d1 100644 --- a/content/influxdb/v2.0/get-started.md +++ b/content/influxdb/v2.0/get-started.md @@ -32,7 +32,7 @@ _See [Differences between InfluxDB Cloud and InfluxDB OSS](#differences-between- Download InfluxDB v2.0 for macOS. -InfluxDB v2.0 (macOS) +InfluxDB v2.0 (macOS) ### (Optional) Verify the authenticity of downloaded binary @@ -50,13 +50,13 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/) For example: ``` - wget https://dl.influxdata.com/influxdb/releases/influxdb-2.0.2_darwin_amd64.tar.gz.asc + wget https://dl.influxdata.com/influxdb/releases/influxdb-2.0.3_darwin_amd64.tar.gz.asc ``` 3. Verify the signature with `gpg --verify`: ``` - gpg --verify influxdb-2.0.2_darwin_amd64.tar.gz.asc influxdb-2.0.2_darwin_amd64.tar.gz + gpg --verify influxdb-2.0.3_darwin_amd64.tar.gz.asc influxdb-2.0.3_darwin_amd64.tar.gz ``` The output from this command should include the following: @@ -73,7 +73,7 @@ or run the following command in a macOS command prompt application such ```sh # Unpackage contents to the current working directory -tar zxvf ~/Downloads/influxdb-2.0.2_darwin_amd64.tar.gz +tar zxvf ~/Downloads/influxdb-2.0.3_darwin_amd64.tar.gz ``` #### (Optional) Place the binaries in your $PATH @@ -83,7 +83,7 @@ prefix the executables with `./` to run then in place. ```sh # (Optional) Copy the influx and influxd binary to your $PATH -sudo cp influxdb-2.0.2_darwin_amd64/{influx,influxd} /usr/local/bin/ +sudo cp influxdb-2.0.3_darwin_amd64/{influx,influxd} /usr/local/bin/ ``` {{% note %}} @@ -152,7 +152,8 @@ influxd --reporting-disabled Download InfluxDB v2.0 for Linux. -InfluxDB v2.0 (amd64) +InfluxDB v2.0 (amd64) +InfluxDB v2.0 (arm) ### (Optional) Verify the authenticity of downloaded binary @@ -170,13 +171,13 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/) For example: ``` - wget https://dl.influxdata.com/influxdb/releases/influxdb-2.0.2_linux_amd64.tar.gz.asc + wget https://dl.influxdata.com/influxdb/releases/influxdb-2.0.3_linux_amd64.tar.gz.asc ``` 3. Verify the signature with `gpg --verify`: ``` - gpg --verify influxdb-2.0.2_linux_amd64.tar.gz.asc influxdb-2.0.2_linux_amd64.tar.gz + gpg --verify influxdb-2.0.3_linux_amd64.tar.gz.asc influxdb-2.0.3_linux_amd64.tar.gz ``` The output from this command should include the following: @@ -193,10 +194,10 @@ _**Note:** The following commands are examples. Adjust the file names, paths, an ```sh # Unpackage contents to the current working directory -tar xvzf path/to/influxdb-2.0.2_linux_amd64.tar.gz +tar xvzf path/to/influxdb-2.0.3_linux_amd64.tar.gz # Copy the influx and influxd binary to your $PATH -sudo cp influxdb-2.0.2_linux_amd64/{influx,influxd} /usr/local/bin/ +sudo cp influxdb-2.0.3_linux_amd64/{influx,influxd} /usr/local/bin/ ``` {{% note %}} @@ -253,7 +254,7 @@ Expose port `8086`, which InfluxDB uses for client-server communication over the [InfluxDB HTTP API](/influxdb/v2.0/reference/api/). ```sh -docker run --name influxdb -p 8086:8086 quay.io/influxdb/influxdb:v2.0.2 +docker run --name influxdb -p 8086:8086 quay.io/influxdb/influxdb:v2.0.3 ``` _To run InfluxDB in [detached mode](https://docs.docker.com/engine/reference/run/#detached-vs-foreground), include the `-d` flag in the `docker run` command._