From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | "Thomas T(dot) Thai" <tom(at)minnesota(dot)com>, PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: fatal error - different CATALOG_VERSION_NO |
Date: | 2001-01-14 16:31:18 |
Message-ID: | 26101.979489878@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
>> $ Waiting for postmaster to start up...FATAL 2: database was initialized
>> with CATALOG_VERSION_NO
>> 200012280,
>> but the backend was compiled with CATALOG_VERSION_NO 200101061.
>> looks like you need to initdb.
>> do i have to follow the upgrade procedures?
> Yes
If you're trying to store useful data in a CVS-tip installation,
it's a good idea to pay close attention to the CVS logs, particularly
http://www.postgresql.org/cgi/cvsweb.cgi/pgsql/src/include/catalog/catversion.h
which will keep you posted on initdb-forcing changes.
Or to be really safe, always do a backup before updating.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-01-14 16:50:08 | Re: to_char(date '2001-04-01', 'dd') results in 31 -- why? |
Previous Message | Fred Yankowski | 2001-01-14 15:53:42 | to_char(date '2001-04-01', 'dd') results in 31 -- why? |