Re: Question about backup/restore

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Nigel Bishop <Nigel(dot)Bishop(at)ioko365(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Question about backup/restore
Date: 2003-02-03 19:14:00
Message-ID: 1044299640.6686.63.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, 2003-02-03 at 10:39, Nigel Bishop wrote:
> Could someone please advise:
>
> I'm new to Postgres (13 years Oracle DBA experience) and I'm trying to
> understand the nature of Postgres backup/restores.
>
> An example:
>
> If I take a backup (via pg_dump) at 8pm on Wednesday and then on
> Thursday at 10am I have some form of media failure, how do I roll the DB
> forward from the backup to the point of failure.
>
> Can this be done?
>

There is no practical way to do this in postgresql right now. What your
looking for is something reffered to as Point In Time Recovery, which
should be available in 7.4. Since that doesn't help you now, the two
things I can think of to get around this would be to get the PITR patch
and try to apply it to 7.3 and get it to compile, or I think the Peer
Direct Company has software that can do this type of feature. Good luck,

Robert Treat

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Robert Treat 2003-02-03 19:17:04 Re: Server access thru webmin
Previous Message Donny Drummonds 2003-02-03 19:05:14 Indexes on Large Tables