how to use pg_resetxlog

From: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: how to use pg_resetxlog
Date: 2003-10-20 13:19:02
Message-ID: 73309C2FDD95D11192E60008C7B1D5BB05FEDAB9@snt452.corp.bcbsm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Howdy

Running PostgreSQL 7.2.1 on RedHat Linux

This past weekend, the RAID array took a hit and crashed
the database. I get a few errors like:

[snip]
DEBUG: invalid secondary checkpoint record
FATAL 2: unable to locate a valid checkpoint record
DEBUG: proc_exit(2)
DEBUG: shmem_exit(2)
DEBUG: exit(2)
DEBUG: reaping dead processes
DEBUG: startup process (pid 23543) exited with exit code 2
DEBUG: aborting startup due to startup process failure
[/snip]

I'm reading around and I see a bit of information about
using pg_resetxlog, but I don't know much about it.

1) How do you use pg_resetxlog?
2) Am I at risk of losing all of my data
if I use this?
3) Some info at groups.google.com suggest that I will
have to initdb - I figured that would be good anyway, but
how does pg_resetxlog play into this?

TIA!

-X

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel E. Fisher 2003-10-20 13:19:20 postgres 7.3.3 on redhat 7.2
Previous Message Tom Lane 2003-10-20 13:12:44 Re: ShmemAlloc errors