Hello dear Influx users,
I have installed Influx and telegraf on Centos 8, it is running ok. After this install i found that not 2 is installed but 1.8.
After this i did try the command sudo influxd upgrade, this fails ( Unknown command)
I searched and it seems to not posible.
I was under the assumption that the script below would install the latest stable version ?
So howto proceed, I can goback in my VM and reainstall influx2, but i can not find a working script.
Ik like the script because it installed influx in tehe standard way in the right locations.
@This moment there is no real data in the datebase so, reinstall is possible.
cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb]
name = InfluxDB Repository - RHEL \$releasever
baseurl = https://repos.influxdata.com/rhel/\$releasever/\$basearch/stable
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
EOF
#Installing and Starting InfluxDB
sudo yum install influxdb
sudo service influxdb start