Re: CVS, initdb and catalog version

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Laurent Duperval <lduperval(at)microcelli5(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: CVS, initdb and catalog version
Date: 2001-05-18 14:34:40
Message-ID: Pine.BSF.4.21.0105180727040.42398-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 15 May 2001, Laurent Duperval wrote:

> Hi,
>
> I updated my source code from CVS and it looks like it creates a problem
> because now, the server won't come up because of this error:
>
> Starting postgresql service: + su -l postgres -c
> '/usr/local/bin/pg_ctl -D /usr/local/var/lib/pgsql/data -o -i -p
> /usr/local/bin/postmaster start'
> postmaster successfully started
> FATAL 2: database was initialized with CATALOG_VERSION_NO 200105101,
> but the backend was compiled with CATALOG_VERSION_NO 200105145.
> looks like you need to initdb.

There've been changes on the head which changed parts of the catalogs.
Not all changes require this, but if you grab the current development
stuff (what will become 7.2), this is fairly likely to happen to you.
You may just want to use -r REL7_1_STABLE and get the current 7.1.x
sources.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-05-18 14:37:11 Re: Re: Performance aggregates
Previous Message Gregory Wood 2001-05-18 14:23:19 Re: set transaction question