Re: Problem on cluster initialization

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Silvio Mazzaro <silvio(at)yepa(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem on cluster initialization
Date: 2004-03-17 20:23:04
Message-ID: 27506.1079554984@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Silvio Mazzaro <silvio(at)yepa(dot)com> writes:
> A made a tar backup copy of /var/lib/pgsql, but now (I'm still with Postgre
> 7.2 on a RedHat 7.3) restoring the data and launching the daemon i receive:

> postmaster successfully started
> bash-2.05$ FATAL 2: The database cluster was initialized with
> CATALOG_VERSION_NO 200101061,
> but the backend was compiled with CATALOG_VERSION_NO 200201121.
> It looks like you need to initdb.

That is evidently a 7.1 database, not a 7.2 database. I'm surprised
that you don't get the other version check message first --- we must
have gotten the order of testing a mite confused ... anyway you need a
7.1 server.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Huxton 2004-03-17 20:37:28 Re: Further thoughts about warning for costly FK checks
Previous Message Marc G. Fournier 2004-03-17 19:56:04 Re: Doxygen?