Re: restoring wal archive and pg_xlog dir - Mailing list pgsql-admin

From Jeff Frost
Subject Re: restoring wal archive and pg_xlog dir
Date
Msg-id Pine.LNX.4.63.0506231600320.21285@discord.dyndns.org
Whole thread Raw
In response to Re: restoring wal archive and pg_xlog dir  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: restoring wal archive and pg_xlog dir  (Jeff Frost <jeff@frostconsultingllc.com>)
List pgsql-admin
On Thu, 23 Jun 2005, Simon Riggs wrote:

> That was the bit I thought of. The files are streamed in one by one using a
> temp filename, so you never run out of space no matter how big the archive
> of transaction logs. Thats an important feature if a base backup goes bad
> and you have to go back to n-1 base backup.

I guess I forgot to ask one other question.  If the archived wal files are
streamed in one by one, would it still be safe to leave the pg_xlog directory
intact in the base backup?  What would happen with the out of date log files?
Would they just stay in place or would the postmaster eventually recycle them
after the restore was complete?


--
Jeff Frost, Owner     <jeff@frostconsultingllc.com>
Frost Consulting, LLC     http://www.frostconsultingllc.com/
Phone: 650-780-7908    FAX: 650-649-1954

pgsql-admin by date:

Previous
From: Jeff Frost
Date:
Subject: Re: restoring wal archive and pg_xlog dir
Next
From: David Bear
Date:
Subject: stupid insert error