BOE APT Repository

Official APT repository for BOE packages

Available Packages

PackageVersionDescriptionDownload
boe-backup-monitor1.0.3Monitors backup jobs by observing archive files.Download
boe-dump-conductor1.5.14Conduct mysqldump/mydumper processes for large scale dump cycles.Download
boe-mysql-monitor1.0.3Monitors and alerts on Galera or MySQL replication status.Download
boe-galera-probe1.0.1Probes Galera node status for heartbeat/healthcheck.Download

How to Setup and Install Packages

  1. Import the repository GPG key:
    wget https://boe-repo.ni11.com/repo-public.key
    sudo cp repo-public.key /etc/apt/trusted.gpg.d/boe-repo.gpg
  2. Alternative shortened importing repository GPG key:
    curl -fsSL https://boe-repo.ni11.com/repo-public.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/boe-repo.gpg > /dev/null
  3. Add the repository to your sources list:
    echo 'deb https://boe-repo.ni11.com stable main' | sudo tee /etc/apt/sources.list.d/boe-apt-repo.list
  4. Update your package list:
    sudo apt update
  5. Install a package:
    sudo apt install <package-name>