Re: Is there a way to recover deleted records if database has not been vacuumed?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Frank Church <vfclists(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is there a way to recover deleted records if database has not been vacuumed?
Date: 2012-07-02 14:21:44
Message-ID: 20120702142144.GA9427@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jul 02, 2012 at 10:51:33AM +0100, Frank Church wrote:
> I am using Django to develop an app and I think I must have done a syncdb
> (which deletes all records) without realizing it.
> I have not vacuumed that database and I have also made a copy of the data
> directory.
> Is there some way to recover the deleted records?

check this - maybe it can help:
http://www.depesz.com/2012/04/04/lets-talk-dirty/

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
http://depesz.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2012-07-02 15:35:36 Re: Postgresql 9.0.6 alway run VACUUM ANALYZE pg_catalog.pg_attribute
Previous Message Albe Laurenz 2012-07-02 10:46:56 Re: is there any query so that I may find the list of columns those have rules?