pg_auto_failover on AUR (Arch User Repository)

Last updated: September 21,2024

1. Install "pg_auto_failover" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install pg_auto_failover on Arch using YAY

$ yay -S pg_auto_failover

* (Optional) Uninstall pg_auto_failover on Arch using YAY

$ yay -Rns pg_auto_failover

2. Manually Install "pg_auto_failover" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone pg_auto_failover's git locally

$ git clone https://aur.archlinux.org/pg_auto_failover.git ~/pg_auto_failover

c. Go to ~/pg_auto_failover folder and install it

$ cd ~/pg_auto_failover $ makepkg -si

3. Information about the pg_auto_failover package on Arch User Repository (AUR)

ID: 1006469
Name: pg_auto_failover
PackageBaseID: 174026
PackageBase: pg_auto_failover
Version: 1.6.3-2
Description: extension and service for PostgreSQL that monitors and manages automated failover for a Postgres cluster.
URL: https://github.com/citusdata/pg_auto_failover
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: hawara
FirstSubmitted: 1639655312
LastModified: 1639910397
URLPath: /cgit/aur.git/snapshot/pg_auto_failover.tar.gz