Re: PostgreSQL 9.01 error database help

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: tuanhoanganh <hatuan05(at)gmail(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL 9.01 error database help
Date: 2011-05-24 14:05:31
Message-ID: 5561.1306245931@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

tuanhoanganh <hatuan05(at)gmail(dot)com> writes:
> I am running PostgreSQL 9.01 on windows 2008, RAID 10 with 4 disk.
> Yesterday, one of 4 disks RAID 10 error and I copy data directory to
> USB.

> Today, When I start postgresql i have error log

> 2011-05-24 17:20:01 ICT LOG: database system was shut down at
> 2011-05-24 02:40:49 ICT
> 2011-05-24 17:20:01 ICT LOG: unexpected pageaddr 1/A1F8E000 in log
> file 1, segment 177, offset 16310272
> 2011-05-24 17:20:01 ICT LOG: invalid primary checkpoint record
> 2011-05-24 17:20:01 ICT LOG: invalid secondary checkpoint record
> 2011-05-24 17:20:01 ICT PANIC: could not locate a valid checkpoint record

It looks like the contents of pg_control are out of sync with what's in
pg_xlog/ ... are you sure you copied the *whole* data directory?

If this is all you have to work with, you can probably use pg_resetxlog
to wipe out the broken WAL data and then you'll be able to start the
database, but expect to find some amount of data corruption if you go
that way. A dump and reload would probably be wise at that point.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2011-05-24 14:13:38 Re: Views permision -- please help and suggestion
Previous Message salah jubeh 2011-05-24 13:50:38 Views permision -- please help and suggestion