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

From Greg Smith
Subject Re: Can WAL files be shipped to multiple servers?
Date
Msg-id 4C49D72B.6080902@2ndquadrant.com
Whole thread Raw
In response to Can WAL files be shipped to multiple servers?  (Steeles <steeles@gmail.com>)
List pgsql-general
Steeles wrote:
> also, once the target PG database receives WAL files and update its
> own database, can I run pg_dump to dump all the data when it is in
> recovery mode?

Not while it's in recovery mode.  If you upgrade to the soon to be
released PostgreSQL 9.0, it's possible to bring the server up in Hot
Standby mode, which will allow pg_dump to execute against the standby.
Note that you have to be careful to tune the standby for this, as
pg_dump will act like a really long running transaction and there's a
risk of it being canceled if activity on the master conflicts with what
it's trying to dump.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Finding last checkpoint time
Next
From: Scott Frankel
Date:
Subject: prepared statements