Re: Can WAL files be shipped to multiple servers? - Mailing list pgsql-general

From Magnus Hagander
Subject Re: Can WAL files be shipped to multiple servers?
Date
Msg-id AANLkTimD2UxLnT61h_=g6k+T0JK3N4HbH6X9_E+vj6k-@mail.gmail.com
Whole thread Raw
In response to Re: Can WAL files be shipped to multiple servers?  (Steeles <steeles@gmail.com>)
List pgsql-general
On Fri, Jul 23, 2010 at 18:36, Steeles <steeles@gmail.com> wrote:
> Thanks for the quick reply.
>
> so if I switch target database from recovery mode to normal mode and do
> pg_dump to backup, then switch it back to recovery mode.

You can't switch back.

Well, you can - by setting up the replication again from scratch,
meaning from a new base backup. That also means that if the master
crashes while you're backing up your slave, it will be out of date.


> Will it break the relationship between source and target? Do I need to
> re-configure it in order to receive the WAL files?

Yes.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Bitmask trickiness
Next
From: Adrian Klaver
Date:
Subject: Re: Can WAL files be shipped to multiple servers?