bucardo
asynchronous replication system for PostgreSQL
Install
- All systems
-
curl cmd.cat/bucardo.sh
- Debian
-
apt-get install bucardo - Ubuntu
-
apt-get install bucardo - Kali Linux
-
apt-get install bucardo - Fedora
-
dnf install bucardo - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install bucardo - Raspbian
-
apt-get install bucardo
bucardo
asynchronous replication system for PostgreSQL
Bucardo is an asynchronous PostgreSQL replication system, allowing for both multi-master and multi-slave operations. Bucardo uses PL/pgSQL and Pl/PerlU triggers to send notification events to a daemon, which replicates the data modifications, and Bucardo provides both standard and custom conflict resolution methods.