From: | Ray Stell <stellr(at)cns(dot)vt(dot)edu> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | streaming AND file-based log-shipping? |
Date: | 2011-04-15 01:25:00 |
Message-ID: | 20110415012500.GA9121@cns.vt.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
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:
1. Under what circumstances might the WAL archive come into play in recovery?
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?
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.
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2011-04-15 07:52:24 | Re: streaming AND file-based log-shipping? |
Previous Message | Greg Sabino Mullane | 2011-04-15 01:23:01 | Re: Version String |