Project

General

Profile

WikiStart » History » Revision 4

Revision 3 (bford -, 11/20/2008 02:41 PM) → Revision 4/30 (bford -, 02/25/2009 09:57 AM)

= Welcome to Pitrtools Wiki = 

 PITRTools Everything 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. 

 == Getting PITRTools === 

  * The current method of retrieving PITRTools is via SVN: 
    * Stable: 
    {{{ 
    svn co https://projects.commandprompt.com/public/pitrtools/repo/branches/1.2 
    }}} 
    * Trunk: 
    {{{ 
    svn co https://projects.commandprompt.com/public/pitrtools/repo/trunk 
    }}} 

 === Documentation === 
 
 The documentation is reference documentation. You will need to be at least familiar with how PostgreSQL and log shipping works. 

   * Standby documentation: https://projects.commandprompt.com/public/pitrtools/browser/branches/1.2/cmd_standby.README 
   * Archiver documentation: https://projects.commandprompt.com/public/pitrtools/browser/branches/1.2/cmd_archiver.README 

 === Getting Help === 

  * There is consulting available from [http://www.commandprompt.com Command Prompt] 
  * There is a very low traffic [http://lists.commandprompt.com/mailman/listinfo/pitrtools/ mailing list] in the source [http://projects.commandprompt.com/public/pitrtools/browser repository].