Re: Replication between 64/32bit systems?

From: Chris Ernst <cernst(at)zvelo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Replication between 64/32bit systems?
Date: 2011-09-20 20:49:30
Message-ID: 4E78FC5A.3090908@zvelo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Hannes,

You can't use streaming replication, but you can use slony to replicate
between different architectures.

- Chris

On 09/20/2011 02:26 PM, Hannes Erven wrote:
> Hi folks,
>
>
> I'm planning to set up streaming replication from one master to one
> slave. I've read at
> http://www.postgresql.org/docs/9.1/static/warm-standby.html that the
> "hardware architecture" of both systems must be the same.
>
> Sure enough, what I'd really like to do is replicate from a Windows (or
> Linux) 64bit master to a Linux 32bit slave -- that's what I currently
> have easily available.
>
> I tried just following the instructions and copied the data directory to
> the slaves, but postgres does not start:
> FATAL: falsche Prüfsumme in Kontrolldatei
> (FATAL: wrong checksum in control file)
>
>
> So I'd like to ask if there is anything I could do by e.g. changing
> compile-time options at the slave to get things going?
>
>
> Thank you for any advice!,
> best regards
>
> -hannes
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ondrej Ivanič 2011-09-20 22:13:20 Re: COLUMNAR postgreSQL ?
Previous Message Guillaume Lelarge 2011-09-20 20:41:30 Re: Replication between 64/32bit systems?