Re: streaming AND file-based log-shipping? - Mailing list pgsql-admin

From Simon Riggs
Subject Re: streaming AND file-based log-shipping?
Date
Msg-id BANLkTinHaqArn-xdR8ZTB2m0HFXvKG+sJg@mail.gmail.com
Whole thread Raw
In response to streaming AND file-based log-shipping?  (Ray Stell <stellr@cns.vt.edu>)
Responses Re: streaming AND file-based log-shipping?
List pgsql-admin
On Fri, Apr 15, 2011 at 2:25 AM, Ray Stell <stellr@cns.vt.edu> wrote:

> The cookbook text says, log shipping "is mostly superseded by streaming
> replication in 9.0, though is still useful as part of a comprehensive
> backup strategy."  The implication is that the WAL archive might be
> needed for recovery in some cases:

Useful, not needed.

> 1. Under what circumstances might the WAL archive come into play in recovery?

If a WAL file is damaged, or if you wish to keep archived files for
longer than they are strictly required to make replication work.

> 2. If the streaming rep fails for some reason will the standby begin
>   recovery from the WAL archive, assuming the WAL can still be shipped?

Yes

> 3. What query or command set can be used to tell if file-based recovery is
>   configured correctly if streaming replication is active?
>
> I've configured both (I think), but it isn't clear to me whether
> the file-based part will function.  I guess I could bust the stream somehow
> and see what happens, but I can't find this idea documented.

Agreed, its slightly harder to test that its all working. But any
action you take that only works if something broke, can only really be
tested by deliberately breaking something. Break it, but on a test
system.

--
 Simon Riggs                   http://www.2ndQuadrant.com/books/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-admin by date:

Previous
From: Ray Stell
Date:
Subject: streaming AND file-based log-shipping?
Next
From: Ray Stell
Date:
Subject: Re: streaming AND file-based log-shipping?