How to Install bucardo in Ubuntu 18.04



Install bucardo by entering the following commands in the terminal:

sudo apt update
sudo apt install bucardo

Description:

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.

Homepage: http://bucardo.org/

Version: 5.4.1-2

Section: universe/database