Re: Rollback using WAL files? - Mailing list pgsql-general

From Florian Weimer
Subject Re: Rollback using WAL files?
Date
Msg-id 82hcud911n.fsf@mid.bfk.de
Whole thread Raw
In response to Rollback using WAL files?  ("M.A. Oude Kotte" <marc@solcon.nl>)
Responses Re: Rollback using WAL files?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
* M. A. Oude Kotte:

> I'm running a production/development database using PostgreSQL 8.1 on a
> Debian server. Due to some bad code in one of our applications who use
> this database, some of the data was modified incorrectly the last few
> days. The idea is that I would like to restore the entire database as
> much as possible, meaning I would like to undo all transactions that
> were performed on it.

In theory, this should be possible (especially if you haven't switched
off full page writes).  But I don't know a ready-made solution for
this kind of task.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: too many trigger records found for relation "item" -
Next
From: "Philippe Lang"
Date:
Subject: Postgresql 8.1: plperl code works with LATIN1, fails with UTF8