Re: Is there any way to recover updated values from the table(Need old value)

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Is there any way to recover updated values from the table(Need old value)
Date: 2014-07-29 19:55:11
Message-ID: 53D7FC1F.5090603@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/29/2014 12:50 PM, gajendra s v wrote:
> Is there any way to get history value in postgres database because in
> one table unfortunately we have updated value but we need old data
> check ,Is there any way to find old (Same table has updated multiple
> times),We need oldest data, please inform me is there any way to
> recover data?

got backups?

if you have a basebackup and a complete WAL archive, you can do a
'point-in-time recovery' up to some time prior to the updates that
overwrote your data and retrieve the old values at that transactional point.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2014-07-29 20:08:05 Re: Is there any way to recover updated values from the table(Need old value)
Previous Message gajendra s v 2014-07-29 19:50:03 Is there any way to recover updated values from the table(Need old value)