Description
PostgreSQL databases can be replicated asynchronously across multi-master or multi-slave setups. It is useful for database administrators who need flexible replication workflows beyond simple single-primary designs.
This is database infrastructure software. Replication mistakes can copy bad data, create conflicts, or lose changes, so test topology, conflict handling, backups, and failover before production use.