hapostgres / pg_auto_failover

Postgres extension and service for automated failover and high-availability
Other
1.1k stars 115 forks source link

Installation on red hat Rocky linux fail #915

Open clintonwu2013 opened 2 years ago

clintonwu2013 commented 2 years ago

I want to install pg_auto_failover on rocky linux 8.5 . But when I key in the following install command:

(1) curl https://install.citusdata.com/community/rpm.sh | sudo bash the console shows the error message:
Detected operating system as rocky/8. Unfortunately, your operating system distribution and version are not supported by this script.

(2) sudo yum install -y pg-auto-failover10_11 the console shows the error message: No match for argument: pg-auto-failover10_11 Error: Unable to find a match: pg-auto-failover10_11

I wonder if there is any possible way to install pg_auto_failover on Rocky linux 8.5 or above.

THANKS!!!