WikiStart » History » Version 4
bford -, 02/25/2009 09:57 AM
1 | 2 | anonymous - | = Welcome to Pitrtools Wiki = |
---|---|---|---|
2 | 3 | bford - | |
3 | 4 | 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. |
4 | |||
5 | == Getting PITRTools === |
||
6 | |||
7 | * The current method of retrieving PITRTools is via SVN: |
||
8 | * Stable: |
||
9 | {{{ |
||
10 | svn co https://projects.commandprompt.com/public/pitrtools/repo/branches/1.2 |
||
11 | }}} |
||
12 | * Trunk: |
||
13 | {{{ |
||
14 | svn co https://projects.commandprompt.com/public/pitrtools/repo/trunk |
||
15 | }}} |
||
16 | |||
17 | === Documentation === |
||
18 | |||
19 | The documentation is reference documentation. You will need to be at least familiar with how PostgreSQL and log shipping works. |
||
20 | |||
21 | * Standby documentation: https://projects.commandprompt.com/public/pitrtools/browser/branches/1.2/cmd_standby.README |
||
22 | * Archiver documentation: https://projects.commandprompt.com/public/pitrtools/browser/branches/1.2/cmd_archiver.README |
||
23 | |||
24 | === Getting Help === |
||
25 | |||
26 | * There is consulting available from [http://www.commandprompt.com Command Prompt] |
||
27 | * There is a very low traffic [http://lists.commandprompt.com/mailman/listinfo/pitrtools/ mailing list] |