Re: System crash - invalid page header messages in log - Mailing list pgsql-hackers

From Jim Buttafuoco
Subject Re: System crash - invalid page header messages in log
Date
Msg-id 20040928223254.M53133@contactbda.com
Whole thread Raw
In response to Re: System crash - invalid page header messages in log  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
thanks for the reply.  I will do a dump of the databases tonight (around 400GB of data)

Jim



---------- Original Message -----------
From: Tom Lane <tgl@sss.pgh.pa.us>
To: jim@contactbda.com
Cc: "pgsql-hackers" <pgsql-hackers@postgresql.org>
Sent: Tue, 28 Sep 2004 17:42:04 -0400
Subject: Re: [HACKERS] System crash - invalid page header messages in log 

> "Jim Buttafuoco" <jim@contactbda.com> writes:
> > One of my systems crashed today and when Postgres started it gave the
> > following warnings.  Is this OK?
> 
> Should theoretically be OK --- all of those pages were overwritten with
> valid data from WAL playback.  What you need to worry about more is
> whether the crash lost any pages that were *not* restored from the log
> (because they hadn't been modified lately).  I'd suggest running a
> pg_dump to see if any bad data turns up.
> 
>             regards, tom lane
------- End of Original Message -------



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: System crash - invalid page header messages in log
Next
From: Andrew Dunstan
Date:
Subject: regression failure on Solaris contrib/cube