Project

General

Profile

WikiStart » History » Version 13

Aurynn Shaw, 07/23/2010 02:14 PM

1 12 Devrim Gunduz
h1. Welcome to Pitrtools Wiki
2 1
3
4 12 Devrim Gunduz
PITRTools is a set of wrapper scripts that provide warm standby functionality to [[PostgreSQL]]. The software is essentially two scripts, cmd_archiver.py and cmd_standby.py. The project is under the BSD license.
5
6
7
h2. Getting PITRTools
8
9
10
* Stable tarball: "pitrtools-1.2.tar.gz":http://files.commandprompt.com/pitrtools/pitrtools-1.2.tar.bz2 
11
* SVN:
12
*** Stable:
13
<pre>
14 1
   svn co https://projects.commandprompt.com/public/pitrtools/repo/branches/1.2
15 12 Devrim Gunduz
</pre>
16
*** Trunk (dev/unstable):
17
<pre>
18 1
   svn co https://projects.commandprompt.com/public/pitrtools/repo/trunk
19 13 Aurynn Shaw
</pre>
20
21
Or, PITRTools is now available on "GitHub":http://github.com, via:
22
<pre>
23
$ git clone git://github.com/commandprompt/PITRTools.git
24 12 Devrim Gunduz
</pre>
25 4 bford -
26 12 Devrim Gunduz
27
h3. Documentation
28
29 4 bford -
 
30 12 Devrim Gunduz
The documentation is reference documentation. You will need to be at least familiar with how [[PostgreSQL]] and log shipping works.
31 8 bford -
32 12 Devrim Gunduz
** Standby documentation: https://projects.commandprompt.com/public/pitrtools/browser/branches/1.2/cmd_standby.README
33
** Archiver documentation: https://projects.commandprompt.com/public/pitrtools/browser/branches/1.2/cmd_archiver.README
34
** There is a talk that was given at "SCALE":http://www.socallinuxexpo.org/ and "PostgreSQL Conference":http://www.postgresqlconference.org/ that can be found at "SlideShare":http://www.slideshare.net/linuxpoet/pitr-made-easy-1265196 .
35 4 bford -
36
37 12 Devrim Gunduz
h3. Getting Help
38
39
40
* There is consulting available from "Command Prompt":http://www.commandprompt.com
41
* There is a very low traffic "mailing list":http://lists.commandprompt.com/mailman/listinfo/pitrtools/