forked from bucardo/bucardo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Bucardo.pm.html
95 lines (56 loc) · 2.46 KB
/
Bucardo.pm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Bucardo - Postgres multi-master replication system</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
<ul id="index">
<li><a href="#NAME">NAME</a></li>
<li><a href="#VERSION">VERSION</a></li>
<li><a href="#WEBSITE">WEBSITE</a></li>
<li><a href="#DESCRIPTION">DESCRIPTION</a></li>
<li><a href="#DEPENDENCIES">DEPENDENCIES</a></li>
<li><a href="#BUGS">BUGS</a></li>
<li><a href="#CREDITS">CREDITS</a></li>
<li><a href="#AUTHOR">AUTHOR</a></li>
<li><a href="#LICENSE-AND-COPYRIGHT">LICENSE AND COPYRIGHT</a></li>
</ul>
<h1 id="NAME">NAME</h1>
<p>Bucardo - Postgres multi-master replication system</p>
<h1 id="VERSION">VERSION</h1>
<p>This document describes version 5.6.0 of Bucardo</p>
<h1 id="WEBSITE">WEBSITE</h1>
<p>The latest news and documentation can always be found at:</p>
<p>https://bucardo.org/</p>
<h1 id="DESCRIPTION">DESCRIPTION</h1>
<p>Bucardo is a Perl module that replicates Postgres databases using a combination of Perl, a custom database schema, Pl/Perlu, and Pl/Pgsql.</p>
<p>Bucardo is unapologetically extremely verbose in its logging.</p>
<p>Full documentation can be found on the website, or in the files that came with this distribution. See also the documentation for the bucardo program.</p>
<h1 id="DEPENDENCIES">DEPENDENCIES</h1>
<ul>
<li><p>DBI (1.51 or better)</p>
</li>
<li><p>DBD::Pg (2.0.0 or better)</p>
</li>
<li><p>Sys::Hostname</p>
</li>
<li><p>Sys::Syslog</p>
</li>
<li><p>DBIx::Safe ## Try 'yum install perl-DBIx-Safe' or visit bucardo.org</p>
</li>
<li><p>boolean (only if using MongoDB)</p>
</li>
</ul>
<h1 id="BUGS">BUGS</h1>
<p>Bugs should be reported to bucardo-general@bucardo.org. A list of bugs can be found at https://bucardo.org/bugs.html</p>
<h1 id="CREDITS">CREDITS</h1>
<p>Bucardo was originally developed and funded by Backcountry.com, who have been using versions of it in production since 2002. Jon Jensen <jon@endpoint.com> wrote the original version.</p>
<h1 id="AUTHOR">AUTHOR</h1>
<p>Greg Sabino Mullane <greg@turnstep.com></p>
<h1 id="LICENSE-AND-COPYRIGHT">LICENSE AND COPYRIGHT</h1>
<p>Copyright (c) 2005-2023 Greg Sabino Mullane <greg@turnstep.com>.</p>
<p>This software is free to use: see the LICENSE file for details.</p>
</body>
</html>