Re: PITR for postgresql-7.3

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Mary Ellen Fitzpatrick" <mfitzpat(at)bu(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PITR for postgresql-7.3
Date: 2007-08-10 18:40:03
Message-ID: b42b73150708101140l3290328es4aef05cc2cf8813e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/10/07, Mary Ellen Fitzpatrick <mfitzpat(at)bu(dot)edu> wrote:
> Hi,
>
> We are running postgresql-7.3.3 and we had a hardware controller and
> disk failure on the system. And of course the database does not appear
> to be backup anywhere.
>
> I was reading about PITR and was wondering if that is applicable to my
> version. We do have pg_xlog files and I am wondering if there is anyway
> to recover the data.
>
> The error we get when trying to access a very important table is
>
> "Invalid page header in block 51 of vuser"
>
> Any help would be appreciated.
> (upgrades and backups lessons learned)

PITR feature was introduced in PostgreSQL 8.0 No help there. You are
looking at data loss unfortunately. How complete data loss depends on
how relatively intact the structures are and how much time and effort
you are willing to spend fixing problems causing errors like the
above.

* did you recover part or all of the database volume?
* were you running with fsync off or on?

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Marius 2007-08-10 18:50:09 Re: CREATE RULE on VIEW with INSERT after UPDATE does not work
Previous Message Raymond O'Donnell 2007-08-10 18:35:41 Re: Timestamp in pg_dump output, was Re: How I can know a back up database is up to date