Re: Forgot to dump old data before re-installing machine - Mailing list pgsql-general

From Thomas Pundt
Subject Re: Forgot to dump old data before re-installing machine
Date
Msg-id 200801161402.14761.mlists@rp-online.de
Whole thread Raw
In response to Re: Forgot to dump old data before re-installing machine  (Stefan Schwarzer <stefan.schwarzer@grid.unep.ch>)
Responses Re: Forgot to dump old data before re-installing machine  (Stefan Schwarzer <stefan.schwarzer@grid.unep.ch>)
List pgsql-general
On Mittwoch, 16. Januar 2008, Stefan Schwarzer wrote:
| The logfile is telling me this when I try to start the server with my  
| "old" data folder:
|
| FATAL:  database files are incompatible with server
| DETAIL:  The database cluster was initialized with PG_CONTROL_VERSION  
| 738394112, but the server was compiled with PG_CONTROL_VERSION 812.
|
| What does it mean? I have and had 8.1 installed...

I didn't follow the thread, but look at the output of

  $ printf "%x\n" 738394112
  2c030000

and

  $ printf "%x\n" 812
  32c

This looks like an endianess mismatch; did you already mention on what
architecture you are on?

Ciao,
Thomas

--
Thomas Pundt <thomas.pundt@rp-online.de> ---- http://rp-online.de/ ----

pgsql-general by date:

Previous
From: João Paulo Zavanela
Date:
Subject: Re: Search connections created per day
Next
From: Teodor Sigaev
Date:
Subject: Re: Segmentation fault with 8.3 FTS ISpell