Influxdb install: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Add the influxdata Key= *sudo curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add - =Add the influxdata repository= *source /etc/lsb-release…“)
(kein Unterschied)

Version vom 10. Oktober 2019, 07:38 Uhr

Add the influxdata Key

Add the influxdata repository

Now update the repository and install the 'influxdb' package using the apt command below

  • sudo apt update
  • sudo apt install influxdb -y