Re: Data file recovery

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Kempter <kevink(at)consistentstate(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Data file recovery
Date: 2009-09-29 22:46:55
Message-ID: 18118.1254264415@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kevin Kempter <kevink(at)consistentstate(dot)com> writes:
> Here's my scenario:

> 1) we setup a db on a local server and we created an external tablespace on a
> san. We loaded about 400GB in the san tablespace.

> 2) we had lots of HW issues, subsequently the server was re-purposed in an
> emergency scenario

> 3) now we want the data back from the san however the original server, which
> is where the postgres cluster lived (on the internal disk) that we used to
> originally create this san tablespace is now gone.

> So, based on the above; is it possible to recover the data on the san into a
> tablespace via a new postgres cluster on a new server?

No. If you didn't keep the core cluster (particularly the pg_clog
data), you're pretty well screwed. Don't you have any backups?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2009-09-29 22:47:51 Re: Performance evaluation of PostgreSQL's historic releases
Previous Message Kevin Kempter 2009-09-29 22:39:38 Data file recovery