InfluxData - Package Repository


Filename Last Modified Size
.. - -
2e3c6daf49576cf33ea4afc6f273e36711ad011916c0706a90fa5e29daa79124-filelists.xml.gz 2024-10-15 17:33:44+00:00 9138
34ffcaf6527cfe32421832389f3cf0e0fd03de39506d9c914de77fbddaf42309-primary.xml.gz 2024-10-15 17:33:44+00:00 18465
35a87140acad371905e54dd6172ba9b25372e5d19cb670e6f35e8c69039dad34-other.xml.gz 2024-10-15 17:33:44+00:00 7162
9728db046067af65c30501e3475b10a96693356686438eee0659c104534ebe96-primary.sqlite.bz2 2024-10-15 17:33:44+00:00 41567
9c0bc7db6b14d738263a9e68619f40cfbc2faa7d66c1797c01760b3963938a2e-filelists.sqlite.bz2 2024-10-15 17:33:44+00:00 23366
e094ee05516fdf15c700c116d8a3a23c35b306560e1738172695f8ff66977ee8-other.sqlite.bz2 2024-10-15 17:33:44+00:00 9916
repomd.xml 2024-10-15 17:33:44+00:00 3085

Instructions

This package repo contains RPM and DEB builds of the InfluxData products, including InfluxDB, Telegraf, Chronograf, and Kapacitor. Below are instructions on how to add this package repo to both RPM and DEB based systems.

DEB Repo

For DEB-based platforms (e.g. Ubuntu, Debian):


  wget -q https://repos.influxdata.com/influxdata-archive_compat.key
  echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
  echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
    

RPM Repo

For RPM-based platforms (e.g. RHEL, CentOS):


  cat <<EOF | sudo tee /etc/yum.repos.d/influxdata.repo
  [influxdata]
  name = InfluxData Repository - Stable
  baseurl = https://repos.influxdata.com/stable/\$basearch/main
  enabled = 1
  gpgcheck = 1
  gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
  EOF
    

GPG Keys

There are currently two GPG keys users can use. The preferred key is influxdata-archive.key. However, if users are running on an older distribution (e.g. CentOS/RHEL 7, Ubuntu 18.04 LTS, or Debian Buster), then the influxdata-archive_compat.key is required for use. This is due to older versions of APT and RPM that do not support subkeys for verification.

Provided by: Nexcess.net