Bucardo
From Bucardo
Bucardo is an asynchronous PostgreSQL replication system, allowing for both multi-master and multi-slave operations. It was developed at Backcountry.com by Jon Jensen and Greg Sabino Mullane of End Point Corporation, and is now in use at many other organizations. Bucardo is free and open source software released under the BSD license.
Obtaining Bucardo
The latest version of Bucardo, 4.4.8, can be downloaded here:
- Bucardo-4.4.8.tar.gz - signature: Bucardo-4.4.8.tar.gz.asc
The latest beta version for the upcoming Bucardo 5 can be downloaded here:
- Bucardo-4.99.3.tar.gz - signature: Bucardo-4.99.3.tar.gz.asc
Bucardo also requires DBIx::Safe, which can be downloaded here:
Documentation
Online documentation is available for the following parts of Bucardo:
- Overview of Bucardo: A quick overview of Bucardo, explaining what it is and what it is capable of
- Bucardo FAQ (Frequently Asked Questions): Answers to commonly asked questions about Bucardo
- Bucardo installation: Installation instructions for Bucardo
- pgbench tutorial: An example of how to use Bucardo to replicate a database
- bucardo_ctl: A script used to control an existing Bucardo installation
- DBIx::Safe: Helper module needed by Bucardo that provides safe versions of DBI database handles
- Category:Bucardo: All Bucardo pages on this wiki.
Community
There are many ways you can help the Bucardo project:
- Tell us how you are using Bucardo (different platforms, Postgres versions, configurations)
- Edit this wiki
- Submit bug reports
- Fix bugs
- Write code (including helper programs)
Three Bucardo mailing lists are available:
- Bucardo-announce: This is a low volume list used for notices of new versions, important bugs, and security warnings. It is highly recommended that anyone using Bucardo subscribe to this list.
- Bucardo-general: Used to discuss any aspect of Bucardo. Bug reports, usage questions, feature requests, and general discussions should be sent to this list.
- Bucardo-commits: All commits to the projects are sent to this list as an inline diff, with one email per commit whenever a push is made to the master branch. Mostly useful to those following Bucardo's development.
Bucardo users have real-time chat in the #bucardo IRC channel on Freenode.
We track bugs for Bucardo in the Bucardo Bugzilla.
You can learn more about the Bucardo source code at the Bucardo Ohloh project page.
Development
Bucardo development is managed in the Git version control system. Bucardo is composed of two separate projects, each of which can be downloaded for local development as follows:
git clone git://bucardo.org/bucardo.git/ git clone git://bucardo.org/dbixsafe.git/
There is also a GitHub mirror for easy patch contribution by the general public.