Hi there!
I am trying to get started with influxdb 2.1.1 on my fedora linux and x86_64 architecture (I suppose amd?) by following the instructions of the main install page: Install InfluxDB | InfluxDB OSS 2.1 Documentation
I managed to download and install InfluxDB v2.1. After running
influxd
in the terminal I successfully listened to port 8086. Now I am trying to Install InfluxDB as a service with systemd, but I fail already with the download of the rpm file.
I tried with
wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.1.1-linux-amd64.rpm
and similar, but I always get the following response:
--2021-11-30 15:21:04-- https://dl.influxdata.com/influxdb/releases/influxdb2-2.1.1-linux-amd64.rpm
Resolving dl.influxdata.com (dl.influxdata.com)... 18.64.115.77, 18.64.115.112, 18.64.115.128, ...
Connecting to dl.influxdata.com (dl.influxdata.com)|18.64.115.77|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-11-30 15:21:04 ERROR 404: Not Found.
Seems like I cannot find the right rpm file. Can anybody help me with this issue? I would be so grateful!
Thanks in advance!