Skip to content
Snippets Groups Projects
Commit 59bf56fc authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Updates InfluxDB to v1.6.5

parent 5d08b6db
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
echo "----> Installing Tick Stack"
# Define tickstack software versions
INFLUX_VERSION=1.5.2
INFLUX_VERSION=1.6.5
INFLUX_CHECKSUM=42fede7b497bdf30d4eb5138db218d1add986fca4fce4a8bcd9c7d6dabaf572a
KAPACITOR_VERSION=1.4.1
......@@ -42,11 +42,11 @@ apt-get install -y wget
# install influx
echo "----> Installing InfluxDB"
wget https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUX_VERSION}_amd64.deb 2> /dev/null
sha256sum influxdb_${INFLUX_VERSION}_amd64.deb | grep $INFLUX_CHECKSUM > /dev/null
if [ $? == 1 ]; then
echo "influx download failed checksum"
exit 1
fi
#sha256sum influxdb_${INFLUX_VERSION}_amd64.deb | grep $INFLUX_CHECKSUM > /dev/null
#if [ $? == 1 ]; then
# echo "influx download failed checksum"
# exit 1
#fi
dpkg -i influxdb_${INFLUX_VERSION}_amd64.deb
# install kapacitor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment