On 29 January 2010 22:50, Thadeus Burgess <[email protected]> wrote: > Can anyone suggest a tutorial for log shipping to another database > using postgresql ?
If you mean by "log shipping" the method of using logs of sql-transactions to duplicate a database on another server you can search for "postgresql warm standby" e.g. http://wiki.postgresql.org/wiki/Warm_Standby. Regards Johann -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

