pgautofailover
pgautofailover
pgautofailover : pg_auto_failover
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 5150 | pgautofailover
|
pgautofailover
|
2.2 |
ADMIN
|
PostgreSQL
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--sLd--
|
No
|
Yes
|
Yes
|
Yes
|
no
|
no
|
| Relationships | |
|---|---|
| Requires | btree_gist
|
| See Also | pglogical
pglogical_origin
pg_failover_slots
pgpool_recovery
repmgr
pg_checksums
pgpool_adm
bgw_replstatus
|
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG
|
2.2 |
18
17
16
15
14
13
|
pgautofailover |
- |
| RPM | PGDG
|
2.2 |
18
17
16
15
14
13
|
pg_auto_failover_$v* |
- |
| DEB | PGDG
|
2.2 |
18
17
16
15
14
13
|
postgresql-$v-auto-failover |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
el8.aarch64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
el9.x86_64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
el9.aarch64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
el10.x86_64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
el10.aarch64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
d12.x86_64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
d12.aarch64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
d13.x86_64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
d13.aarch64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
u22.x86_64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
u22.aarch64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
u24.x86_64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
u24.aarch64
|
MISS
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
PGDG 2.2
|
Source
Install
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install pgautofailover; # install via package name, for the active PG version
pig install pgautofailover -v 17; # install for PG 17
pig install pgautofailover -v 16; # install for PG 16
pig install pgautofailover -v 15; # install for PG 15
pig install pgautofailover -v 14; # install for PG 14
pig install pgautofailover -v 13; # install for PG 13Config this extension to shared_preload_libraries:
shared_preload_libraries = 'pgautofailover';Create this extension with:
CREATE EXTENSION pgautofailover CASCADE; -- requires btree_gistLast updated on