Bucardo

Overview

Bucardo is an asynchronous PostgreSQL replication system, allowing for both multi-master and multi-slave operations. It was developed at Backcountry.com primarily by Greg Sabino Mullane of End Point Corporation.

Obtaining Bucardo

The latest version of Bucardo is 3.0.9:

Documentation

Online documentation is available for the following parts of Bucardo:

Licensing

Bucardo (and DBIx::Safe and Test::Dynamic) are released under the BSD license.

Mailing lists

Three Bucardo mailing lists are available:

Development

Bucardo uses Git as a version control system. Bucardo is composed of three separate projects, each of which can be downloaded for local development using git-clone as follows:

git-clone http://bucardo.org/bucardo.git/
git-clone http://bucardo.org/dbixsafe.git/
git-clone http://bucardo.org/testdynamic.git/