Re: Cross Platform Continous Archiving and Replication

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Selva manickaraja <mavles78(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Cross Platform Continous Archiving and Replication
Date: 2011-02-10 08:43:40
Message-ID: 1297327420.3709.101.camel@lenovo01-laptop03.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, 2011-02-10 at 16:39 +0800, Selva manickaraja wrote:
> We are in the process of setting up
> (a) Continous Archiving between machineA and machine B (Both Linux)
> (b) Replication between machineA and machineC (Both Linux)
> (c) Continous Archiving between machineA and machineD (Linux and
> Windows)
>
> We got the (a) and (b) working and are in trial mode. We are not sure
> if (c) will work between different OS. Any clues or opinion on how we
> should approach this.

WAL replication won't work between different OS'es, and between
different arches. It even won't work between different Linux flavors.
You need to use a replication solution, like Slony.

Regards,
--
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Sam Stearns 2011-02-10 10:24:26 Re: Perl Libraries and Postgres
Previous Message Selva manickaraja 2011-02-10 08:39:48 Cross Platform Continous Archiving and Replication