From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Philip Geer" <philg(at)gearcc(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Lost pg_xlog pgclog |
Date: | 2003-03-26 14:40:43 |
Message-ID: | 4837.1048689643@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
"Philip Geer" <philg(at)gearcc(dot)com> writes:
> I had move my pgxlog and pgclog files to a drive of their own and that driv=
> e crashed with no chance of data recovery. This is not a production server =
> so its not that big of a deal but I would like to recover the databases tha=
> t the server had on it but ever time I start postmaster I get the following=
> error.=20
You could try running pg_resetxlog (see contrib if pre-7.3; in 7.3 it's
standard). That should let you start the database, but keep in mind
that any transactions completed shortly before the crash might be
missing or partially applied. Don't trust the data too much until
you've checked it. And definitely do a dump and reload...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | andrea suisani | 2003-03-26 18:10:58 | Re: 7.3.2 strange behavior (long) |
Previous Message | Robert Treat | 2003-03-26 14:39:55 | Re: About changing type af a column |