Re: Re: database restoration problem- data became incorrect caused by incorrect date in the server

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Re: database restoration problem- data became incorrect caused by incorrect date in the server
Дата
Msg-id 4BBF25870200002500030671@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Re: database restoration problem- data became incorrect caused by incorrect date in the server  (Khangelani Gama <Khangelani.Gama@ucs-software.co.za>)
Ответы Re: Re: database restoration problem- data became incorrect caused by incorrect date in the server  (Khangelani Gama <Khangelani.Gama@ucs-software.co.za>)
Список pgsql-admin
Khangelani Gama <Khangelani.Gama@ucs-software.co.za> wrote:

> the backups we have uses pg_dump command. The automatic
> backup dumps file happen daily and gets saved in a certain
> directory

No off-site copies or archives to fall back on?  If not, my ideas
are:

(1)  I hope you made a file copy as soon as you found the problem.
If not, stop the database and make one immediately.  If the old
versions of the rows haven't yet been vacuumed away, it might be
possible to fish some or all of the corrupted data out of the
database.  This is very tricky work, though, and you might want to
contract with an expert.  (I don't do that anymore, but there are
several good companies with people who do.)

(2)  Are there any source documents you can fall back on to
reconstruct the data?

(3)  Is there any way to "reverse" the particular calculations or
operations which mangled the data?

Once you do get upgraded, you should look into Point In Time
Recovery (PITR) backups.  Had you been running this, you could have
replayed the transactions right up to the moment of corruption.
Well, if you kept a base backup from before the corruption and all
the WAL files since that base backup.

-Kevin

В списке pgsql-admin по дате отправления:

Предыдущее
От: Khangelani Gama
Дата:
Сообщение: Re: Re: database restoration problem- data became incorrect caused by incorrect date in the server
Следующее
От: Robert Gravsjö
Дата:
Сообщение: Re: Handling of images via Postgressql