Re: Slave server: FATAL: incorrect checksum in control file

From: Leif Jensen <leif(at)crysberg(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Slave server: FATAL: incorrect checksum in control file
Date: 2009-01-17 02:18:41
Message-ID: 5497681.7371232158721644.JavaMail.root@quick
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You are perfectly right, master is 32bit and slave is 64bit. I didn't even consider that that would matter when "just" copying the data. First I was using different versions on the two boxes, but ended up installing 8.3.5 on both of them.

How do I install a 32bit PostgreSql on my 64bit (linux) box ?

Leif

----- "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Leif Jensen <leif(at)crysberg(dot)dk> writes:
> > So far I don't get any errors, but when I start postgres on the
> slave (I'm using pg_ctl), I get the error 'FATAL: incorrect checksum
> in control file'.
>
> > Both servers are running PostgreSQL-8.3.5, configured with
> exactly the same options (just prefix and ssl).
>
> Maybe they aren't the same architecture? (32 vs 64 bit for instance)
>
> regards, tom lane

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Browne 2009-01-17 02:28:08 Re: Slave server: FATAL: incorrect checksum in control file
Previous Message Darren Govoni 2009-01-17 01:31:53 Trigger to clone across databases?