@@ -164,13 +164,13 @@ gpg: key 7C3D57159FC2F927: public key "InfluxData Package Signing Key <support@i
164
164
<!-- test:setup
165
165
```sh
166
166
curl --silent --location --output-dir ~/Downloads -O \
167
- "https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz" \
167
+ "https://download.influxdata.com/influxdb/releases/v{{< latest-patch >}}/ influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz" \
168
168
```
169
169
-->
170
170
171
171
``` sh
172
172
curl --silent --location \
173
- https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch > }}_darwin_amd64.tar.gz.asc \
173
+ https://download.influxdata.com/influxdb/releases/v{{ < latest-patch > }}/ influxdb2-{{< latest-patch > }}_darwin_amd64.tar.gz.asc \
174
174
| gpg --verify - ~ /Downloads/influxdb2-{{< latest-patch > }}_darwin_amd64.tar.gz \
175
175
2>&1 | grep ' InfluxData Package Signing Key <support@influxdata.com>'
176
176
```
@@ -239,12 +239,12 @@ brew install influxdb
239
239
240
240
1 . In your browser or your terminal, download the InfluxDB package.
241
241
242
- <a class =" btn download " href =" https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz " download >InfluxDB v2 (macOS)</a >
242
+ <a class =" btn download " href =" https://download.influxdata.com/influxdb/releases/v{{< latest-patch >}}/ influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz " download >InfluxDB v2 (macOS)</a >
243
243
244
244
``` sh
245
245
# Download using cURL
246
246
curl --location -O \
247
- " https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz"
247
+ " https://download.influxdata.com/influxdb/releases/v{{< latest-patch >}}/ influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz"
248
248
```
249
249
250
250
2 . {{< req text="Recommended:" color="magenta" >}}: Verify the integrity of the download--for example, enter the
@@ -443,18 +443,18 @@ _If necessary, adjust the example file paths and utilities for your system._
443
443
1. In your browser or your terminal, download the InfluxDB binary for your
444
444
system architecture (AMD64 or ARM).
445
445
446
- < a class=" btn download" href=" https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz" download > InfluxDB v2 (amd64)< /a>
447
- < a class=" btn download" href=" https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_arm64.tar.gz" download > InfluxDB v2 (arm)< /a>
446
+ < a class=" btn download" href=" https://download.influxdata.com/influxdb/releases/v{{< latest-patch >}}/ influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz" download > InfluxDB v2 (amd64)< /a>
447
+ < a class=" btn download" href=" https://download.influxdata.com/influxdb/releases/v{{< latest-patch >}}/ influxdb2-{{< latest-patch >}}_linux_arm64.tar.gz" download > InfluxDB v2 (arm)< /a>
448
448
449
449
< ! --test:actual
450
450
` ` ` sh
451
451
curl -s --location -O \
452
- " https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz"
452
+ " https://download.influxdata.com/influxdb/releases/v{{< latest-patch >}}/ influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz"
453
453
` ` `
454
454
455
455
` ` ` sh
456
456
curl -s --location -O \
457
- " https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_arm64.tar.gz"
457
+ " https://download.influxdata.com/influxdb/releases/v{{< latest-patch >}}/ influxdb2-{{< latest-patch >}}_linux_arm64.tar.gz"
458
458
` ` `
459
459
-->
460
460
@@ -463,15 +463,15 @@ _If necessary, adjust the example file paths and utilities for your system._
463
463
` ` ` sh
464
464
# Use curl to download the amd64 binary.
465
465
curl --location -O \
466
- https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch > }}_linux_amd64.tar.gz
466
+ https://download.influxdata.com/influxdb/releases/v{{ < latest-patch > }}/ influxdb2-{{< latest-patch > }}_linux_amd64.tar.gz
467
467
` ` `
468
468
469
469
< ! --pytest.mark.skip-->
470
470
471
471
` ` ` sh
472
472
# Use curl to download the arm64 binary.
473
473
curl --location -O \
474
- https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch > }}_linux_arm64.tar.gz
474
+ https://download.influxdata.com/influxdb/releases/v{{ < latest-patch > }}/ influxdb2-{{< latest-patch > }}_linux_arm64.tar.gz
475
475
` ` `
476
476
477
477
2. [Choose the InfluxData key-pair for your OS version](# choose-the-influxdata-key-pair-for-your-system).
@@ -505,7 +505,7 @@ _If necessary, adjust the example file paths and utilities for your system._
505
505
| grep ' InfluxData Package Signing Key <support@influxdata.com>' \
506
506
&&
507
507
# Download and verify the binary's signature file
508
- curl --silent --location " https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz.asc" \
508
+ curl --silent --location " https://download.influxdata.com/influxdb/releases/v{{< latest-patch >}}/ influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz.asc" \
509
509
| gpg --verify - influxdb2-{{< latest-patch > }}_linux_amd64.tar.gz \
510
510
2>&1 | grep ' InfluxData Package Signing Key <support@influxdata.com>'
511
511
` ` `
@@ -519,7 +519,7 @@ _If necessary, adjust the example file paths and utilities for your system._
519
519
| grep ' InfluxData Package Signing Key <support@influxdata.com>' \
520
520
&&
521
521
# Download and verify the binary's signature file
522
- curl --silent --location " https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_linux_arm64.tar.gz.asc" \
522
+ curl --silent --location " https://download.influxdata.com/influxdb/releases/v{{< latest-patch >}}/ influxdb2-{{< latest-patch >}}_linux_arm64.tar.gz.asc" \
523
523
| gpg --verify - influxdb2-{{< latest-patch > }}_linux_arm64.tar.gz \
524
524
2>&1 | grep ' InfluxData Package Signing Key <support@influxdata.com>'
525
525
` ` `
@@ -618,7 +618,7 @@ chmod 0750 ~/.influxdbv2
618
618
>
619
619
> _You' ll install the `influx CLI` in a [later step](#download-install-and-configure-the-influx-cli)._
620
620
621
- <a class="btn download" href="https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}-windows.zip" download >InfluxDB v2 (Windows)</a>
621
+ <a class="btn download" href="https://download.influxdata.com/influxdb/releases/v{{< latest-patch >}}/ influxdb2-{{< latest-patch >}}-windows.zip" download >InfluxDB v2 (Windows)</a>
622
622
623
623
Expand the downloaded archive into `C:\Program Files\InfluxData\` and rename the
624
624
files if desired.
0 commit comments