Bucardo - Postgres multi-master replication system
This documents describes Bucardo version 3.0.9
## Import the schema into the main Bucardo database: $ psql -U bucardo bucardo -f bucardo.schema
## Populate the tables within
## Start Bucardo up $ ./bucardo_ctl start "Initial startup - Jean"
## Kick off a sync manually $ ./bucardo_ctl kick prices
## Check on the status of all syncs $ ./bucardo_ctl status
## Shut Bucardo down $ ./bucardo_ctl stop "Bringing new server online - Adele"
The latest news and documentation can always be found at:
Bucardo is a Perl module that replicates Postgres databases using a combination of Perl, a custom database schema, Pl/Perlu, and Pl/Pgsql.
Bucardo is unapologetically extremely verbose in its logging.
Full documentation can be found on the website, or in the files that came with this distribution.
* DBI * DBD::Pg * Moose * IO::Handle * Mail::Sendmail * Sys::Hostname * Sys::Syslog
Bugs should be reported to bucardo-general@bucardo.org. A list of bugs can be found at http://bucardo.org/bugs.html
Bucardo was originally developed and funded by Backcountry.com, who have been using versions of it in production since 2002.
Greg Sabino Mullane <greg@endpoint.com>
Copyright (c) 2005-2008 Greg Sabino Mullane <greg@endpoint.com>.
This software is free to use: see the LICENSE file for details.