Re: restart postgres 7.3.2 problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Saranya Sivakumar <sarlavk(at)yahoo(dot)com>
Cc: pgsqlnovice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: restart postgres 7.3.2 problem
Date: 2005-08-15 14:49:00
Message-ID: 26357.1124117340@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Saranya Sivakumar <sarlavk(at)yahoo(dot)com> writes:
> We got the following message:

> An old version of the database format was found.\nYou need to upgrade the data format before using PostgreSQL.\nSee (Your System's documentation directory)/postgresql-7.3.2/README.rpm-dist for more information.

> Does this mean that we have to upgrade Postgres to a newer version?

This means that /var/lib/pgsql/data/PG_VERSION did not contain what the
init script expected to find (namely "7.3"). You need to figure out why
that happened --- and I'm afraid none of the likely explanations are
pleasant. The two that come to mind are (a) you've suffered disk
corruption or (b) somebody mistakenly overwrote the existing database
by initdb'ing with a different PG major version. Hope you've got a
recent backup...

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Saranya Sivakumar 2005-08-15 15:19:40 Re: restart postgres 7.3.2 problem
Previous Message Saranya Sivakumar 2005-08-15 14:10:36 restart postgres 7.3.2 problem