pganalyze Collector packages

Pre-built collector packages are available on common Debian-based and Red Hat-based Linux distributions for x86 and ARM architectures. Support for BSD-based platforms, or other architectures is available by building from source.

We recommend running our install script to automatically detect your platform and install the correct package:

curl https://packages.pganalyze.com/collector-install.sh | bash

Alternately, you can install these packages manually.

Choose which OS distribution you are running:

SSH into your system and run the following to download and install the package:

echo "[pganalyze_collector]
name=pganalyze_collector
baseurl=https://packages.pganalyze.com/el/9
repo_gpgcheck=1
enabled=1
gpgkey=https://packages.pganalyze.com/pganalyze_signing_key.asc
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300" | sudo tee -a /etc/yum.repos.d/pganalyze_collector.repo

sudo yum makecache
sudo yum install pganalyze-collector
Repository Signing Key
Fingerprint: C09B 2CAB 0DB3 78F6 E7FD 93F1 0E6D EC71 A2B5 F2F9

These repositories are updated by pganalyze whenever a new stable version of the collector is released.

You can also build the collector from source: Go 1.20 and make are required. To build, just run make.


Couldn't find what you were looking for or want to talk about something specific?
Start a conversation with us →