From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Jeff Lu" <jklcom(at)mindspring(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: startup failed! fatal error |
Date: | 2002-01-04 20:20:43 |
Message-ID: | 6472.1010175643@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Jeff Lu" <jklcom(at)mindspring(dot)com> writes:
> using 7.1.2
> DEBUG: redo done at (1, 3923880100)
> FATAL 2: XLogFlush: request is not satisfied
> postmaster: Startup proc 1016 exited with status 512 - abort
> What can I do to recover?
Build and run the contrib/pg_resetxlog/ utility. This will remove
the broken xlog and let you start up the database. You'll need to
look around and see if any consistency problems have been introduced
(ie, some recent transactions may have been only partially applied).
I'm guessing not, since you got as far as 'redo done', but be wary.
BTW, how did you get into this state? Do you have enough disk space
to tar up the $PGDATA directory tree for someone to look at later?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Albertson | 2002-01-04 20:24:19 | Re: PostgreSQL HardWare |
Previous Message | Eric Jones | 2002-01-04 20:18:37 | PG 7.1.3 installation --with-tcl |