Re: Re: Backup and Recovery - Mailing list pgsql-hackers

From Naomi Walker
Subject Re: Re: Backup and Recovery
Date
Msg-id 4.2.2.20010705091116.00a9e270@logic1design.com
Whole thread Raw
In response to Re: Re: Backup and Recovery  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
At 11:04 AM 7/4/01 -0400, Bruce Momjian wrote:
> > > All that is missing is a program, that can take a consistent physical
> > > snapshot (as it was after a particular checkpoint) and would replay
> > > the WAL after a restore of such a snapshot. This replay after a
> > > consistent snapshot is probably as simple as making the WAL files
> > > available to the standard startup rollforward (redo) mechanism, that
> > > is already implemented.
> >
You would also have to have some triggering method that would not allow 
WAL's to be overwritten, and make sure they are sent to some device before 
that happen.  In addition, you'd have to anchor the LOGS against the dumped 
database, so it would know exactly which log to start with when replaying 
against any given archive.
--
Naomi Walker
Chief Information Officer
Eldorado Computing, Inc.
602-604-3100  ext 242 



pgsql-hackers by date:

Previous
From: "P. Dwayne Miller"
Date:
Subject: Using Explain
Next
From: Tom Lane
Date:
Subject: Re: Using Explain