Description
PostgreSQL administrators can monitor a cluster and automate failover when the primary database becomes unavailable. This helps keep database-backed services running with less manual intervention during failures.
It is a background service and database extension. Failover changes which server accepts writes, so deployments need tested procedures, backups, monitoring, and clear access control.