How to Install and Uninstall pg_auto_failover.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "pg_auto_failover.x86_64" package

Please follow the steps below to install pg_auto_failover.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install pg_auto_failover.x86_64

2. Uninstall "pg_auto_failover.x86_64" package

Please follow the guidance below to uninstall pg_auto_failover.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove pg_auto_failover.x86_64 $ sudo dnf autoremove

3. Information about the pg_auto_failover.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:01:27 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : pg_auto_failover
Version : 2.0
Release : 3.el9
Architecture : x86_64
Size : 517 k
Source : pg_auto_failover-2.0-3.el9.src.rpm
Repository : epel
Summary : Postgres extension and service for automated failover and high-availability
URL : https://github.com/hapostgres/pg_auto_failover/
License : ASL 1.0
Description : pg_auto_failover is an extension and service for PostgreSQL that monitors and
: manages automated failover for a Postgres cluster. It is optimized for
: simplicity and correctness and supports Postgres 10 and newer.
: We set up one PostgreSQL server as a monitor node as well as a primary and
: secondary node for storing data. The monitor node tracks the health of the
: data nodes and implements a failover state machine. On the PostgreSQL nodes,
: the pg_autoctl program runs alongside PostgreSQL and runs the necessary
: commands to configure synchronous streaming replication.