On Wed, Apr 19, 2006 at 01:51:59AM -0700, [EMAIL PROTECTED] wrote:
> what is the procedure for creating a "hot standby" (continuously
> feeding
> a series of WAL files created by the primary machine into the
> secondary
> one) ?
Take a look at http://pgfoundry.org/projects/pgpitrha/ ; it should
hello,
I am trying to setup a "hot standby" on a second machine.
I have created a "recovery.conf" file and started a restore with logs
from the primary machine. everything was OK.
now a have new transaction logs generated by the primary machine and I
want to "play" them on the secondary one. I