1Bucardo(3) User Contributed Perl Documentation Bucardo(3)
2
3
4
6 Bucardo - Postgres multi-master replication system
7
9 This document describes version 5.6.0 of Bucardo
10
12 The latest news and documentation can always be found at:
13
14 https://bucardo.org/
15
17 Bucardo is a Perl module that replicates Postgres databases using a
18 combination of Perl, a custom database schema, Pl/Perlu, and Pl/Pgsql.
19
20 Bucardo is unapologetically extremely verbose in its logging.
21
22 Full documentation can be found on the website, or in the files that
23 came with this distribution. See also the documentation for the bucardo
24 program.
25
27 • DBI (1.51 or better)
28
29 • DBD::Pg (2.0.0 or better)
30
31 • Sys::Hostname
32
33 • Sys::Syslog
34
35 • DBIx::Safe ## Try 'yum install perl-DBIx-Safe' or visit bucardo.org
36
37 • boolean (only if using MongoDB)
38
40 Bugs should be reported to bucardo-general@bucardo.org. A list of bugs
41 can be found at https://bucardo.org/bugs.html
42
44 Bucardo was originally developed and funded by Backcountry.com, who
45 have been using versions of it in production since 2002. Jon Jensen
46 <jon@endpoint.com> wrote the original version.
47
49 Greg Sabino Mullane <greg@turnstep.com>
50
52 Copyright (c) 2005-2020 Greg Sabino Mullane <greg@turnstep.com>.
53
54 This software is free to use: see the LICENSE file for details.
55
56
57
58perl v5.32.1 2021-01-26 Bucardo(3)