forked from bucardo/bucardo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBucardo.pm.html
114 lines (106 loc) · 3.25 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?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 style="background-color: white">
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#version">VERSION</a></li>
<li><a href="#synopsis">SYNOPSIS</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>
<!-- INDEX END -->
<hr />
<p>
</p>
<hr />
<h1><a name="name">NAME</a></h1>
<p>Bucardo - Postgres multi-master replication system</p>
<p>
</p>
<hr />
<h1><a name="version">VERSION</a></h1>
<p>This documents describes Bucardo version 3.2.7</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
## Import the schema into the main Bucardo database:
$ psql -U bucardo bucardo -f bucardo.schema</pre>
<pre>
## Populate the tables within</pre>
<pre>
## Start Bucardo up
$ ./bucardo_ctl start "Initial startup - Jean"</pre>
<pre>
## Kick off a sync manually
$ ./bucardo_ctl kick prices</pre>
<pre>
## Check on the status of all syncs
$ ./bucardo_ctl status</pre>
<pre>
## Shut Bucardo down
$ ./bucardo_ctl stop "Bringing new server online - Adele"</pre>
<p>
</p>
<hr />
<h1><a name="website">WEBSITE</a></h1>
<p>The latest news and documentation can always be found at:</p>
<p><a href="http://bucardo.org/">http://bucardo.org/</a></p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></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.</p>
<p>
</p>
<hr />
<h1><a name="dependencies">DEPENDENCIES</a></h1>
<p>* DBI (1.51 or better)
* DBD::Pg (2.0.0 or better)
* Moose
* IO::Handle
* Mail::Sendmail
* Sys::Hostname
* Sys::Syslog</p>
<p>
</p>
<hr />
<h1><a name="bugs">BUGS</a></h1>
<p>Bugs should be reported to <a href="mailto:[email protected].">[email protected].</a> A list of bugs can be found at
<a href="http://bucardo.org/bugs.html">http://bucardo.org/bugs.html</a></p>
<p>
</p>
<hr />
<h1><a name="credits">CREDITS</a></h1>
<p>Bucardo was originally developed and funded by Backcountry.com, who have been using versions
of it in production since 2002.</p>
<p>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
<p>Greg Sabino Mullane <<a href="mailto:[email protected]">[email protected]</a>></p>
<p>
</p>
<hr />
<h1><a name="license_and_copyright">LICENSE AND COPYRIGHT</a></h1>
<p>Copyright (c) 2005-2009 Greg Sabino Mullane <<a href="mailto:[email protected]">[email protected]</a>>.</p>
<p>This software is free to use: see the LICENSE file for details.</p>
</body>
</html>