high availability restores

From: "philip vasilevski" <philip(at)idealab(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: high availability restores
Date: 2000-11-09 22:24:14
Message-ID: 001201c04a9b$cb0e4430$550a040a@8JMI7DSKTP
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, I'm trying to figure out how I do a complete restore (in case of disk
failure) using only the last backup and a transaction log (that has recorded
the details of all the transactions since the last backup) Does anyone know
if there is an effort underway to create such a log? After looking through
the existing code that writes the binary transaction status file, it seems
that wouldn't be a tremendous problem to write out another log file that
includes information for all committed updates and inserts. Can anyone give
me any information or at least point me in the right direction?

Regards
philip

Browse pgsql-general by date

  From Date Subject
Next Message Edward Q. Bridges 2000-11-09 22:29:13 RE: NVL (sql oracle)
Previous Message Poul L. Christiansen 2000-11-09 22:01:43 Re: Full text searching?