Re: Help me recovering data

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Help me recovering data
Дата
Msg-id 29052.1108398467@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Help me recovering data  ("Kouber Saparev" <postgresql@saparev.com>)
Ответы Re: Help me recovering data  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: Help me recovering data  (pgsql@mohawksoft.com)
Список pgsql-hackers
"Kouber Saparev" <postgresql@saparev.com> writes:
> After asking the guys in the #postgresql@irc.freenode.net channel they told
> me that the reason is the "Transaction ID wraparound", because I have never
> ran VACUUM on the whole database.

> So they proposed to ask here for help. I have stopped the server, but what
> could I do in order to save the data if it's possible at all?

I think you're pretty well screwed as far as getting it *all* back goes,
but you could use pg_resetxlog to back up the NextXID counter enough to
make your tables and databases reappear (and thereby lose the effects of
however many recent transactions you back up over).

Once you've found a NextXID setting you like, I'd suggest an immediate
pg_dumpall/initdb/reload to make sure you have a consistent set of data.
Don't VACUUM, or indeed modify the DB at all, until you have gotten a
satisfactory dump.

Then put in a cron job to do periodic vacuuming ;-)
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] WARNING: could not remove database directory
Следующее
От: "Kouber Saparev"
Дата:
Сообщение: Re: Help me recovering data