Difference between revisions of "Influx"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
quit | quit | ||
``` | ``` | ||
+ | |||
+ | |||
+ | Alpine v1 | ||
+ | `` | ||
+ | apk add influxdb | ||
+ | `` |
Revision as of 16:13, 3 June 2022
Add repo to Ubuntu 22.04/20.04:
echo "deb https://repos.influxdata.com/ubuntu focal stable" | sudo tee /etc/apt/sources.list.d/influxdb.list sudo curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add - sudo apt install influxdb2
apt install influx influx -host myhost SHOW DATABASES USE foo SHOW MEASUREMENTS quit
Alpine v1
apk add influxdb