Re: recover as much as possible (xlog flush request not satisfied)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: recover as much as possible (xlog flush request not satisfied)
Дата
Msg-id 21295.1341842825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: recover as much as possible (xlog flush request not satisfied)  (Wim Goedertier <Wim_Goedertier@symantec.com>)
Список pgsql-general
Wim Goedertier <Wim_Goedertier@symantec.com> writes:
> After studying http://www.postgresql.org/docs/8.2/static/app-pgresetxlog.html
> I ran:
> su <db-user> -c 'pg_resetxlog -f -x 0x9A00000 -m 0x10000 -O 0x10000 -l 0x1,0xB67,0x58 <PGDATA-directory>'
> and yes, it worked perfectly!
> After that I could pg_dump, drop database, create database and import the dump.
> Now, I'm verifying the consistency on the level of my application.

Great!  But a word of warning: personally, I'd have re-initdb'd the
whole installation.  When you have a problem like this, there's no good
reason to assume that only the active database is broken.

            regards, tom lane

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

Предыдущее
От: Wim Goedertier
Дата:
Сообщение: Re: recover as much as possible (xlog flush request not satisfied)
Следующее
От: Steven Schlansker
Дата:
Сообщение: Re: Suboptimal query plan fixed by replacing OR with UNION