WikiStart » History » Version 9
bford -, 06/03/2009 11:00 AM
1 | 2 | anonymous - | = Welcome to Pitrtools Wiki = |
---|---|---|---|
2 | 3 | bford - | |
3 | 6 | bford - | 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. |
4 | 4 | bford - | |
5 | 5 | bford - | == Getting PITRTools == |
6 | 9 | bford - | * Tarball: [https://www.cmdalert.com/files/jd/pitrtools-1.2.tar.gz pitrtools-1.2.tar.gz] |
7 | |||
8 | * SVN: |
||
9 | 4 | bford - | * Stable: |
10 | {{{ |
||
11 | svn co https://projects.commandprompt.com/public/pitrtools/repo/branches/1.2 |
||
12 | }}} |
||
13 | 7 | bford - | * Trunk (dev/unstable): |
14 | 4 | bford - | {{{ |
15 | svn co https://projects.commandprompt.com/public/pitrtools/repo/trunk |
||
16 | }}} |
||
17 | |||
18 | === Documentation === |
||
19 | |||
20 | The documentation is reference documentation. You will need to be at least familiar with how PostgreSQL and log shipping works. |
||
21 | |||
22 | * Standby documentation: https://projects.commandprompt.com/public/pitrtools/browser/branches/1.2/cmd_standby.README |
||
23 | 1 | * Archiver documentation: https://projects.commandprompt.com/public/pitrtools/browser/branches/1.2/cmd_archiver.README |
|
24 | 8 | bford - | * There is a talk that was given at [http://www.socallinuxexpo.org/ SCALE] and [http://www.postgresqlconference.org/ PostgreSQL Conference] that can be found at [http://www.slideshare.net/linuxpoet/pitr-made-easy-1265196 SlideShare] . |
25 | 4 | bford - | |
26 | === Getting Help === |
||
27 | |||
28 | * There is consulting available from [http://www.commandprompt.com Command Prompt] |
||
29 | * There is a very low traffic [http://lists.commandprompt.com/mailman/listinfo/pitrtools/ mailing list] |