Re: creating a circular replication in postgres

From: bricklen <bricklen(at)gmail(dot)com>
To: Jayesh Nambiar <jayesh1017(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: creating a circular replication in postgres
Date: 2013-07-05 16:29:25
Message-ID: CAGrpgQ_nXNsvc2u2AqEExQ3SwQefaJq+4GX8=47kGk4zqecQHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Jul 4, 2013 at 11:59 PM, Jayesh Nambiar <jayesh1017(at)gmail(dot)com>wrote:

> I am trying to achieve a circular replication with postgres; meaning two
> postgres servers are slaves of each other.
>

Are you looking to do Multi-Master replication?

> I went through Bucardo which uses perl scripts to achieve this, but I am
> looking at something more native if available.
>

PostgreSQL does not support multimaster replication in the core product,
but there are 3rd party tools that support it.
Some other options are listed at:
https://wiki.postgresql.org/wiki/Replication%2C_Clustering%2C_and_Connection_Pooling

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jayesh Nambiar 2013-07-06 05:34:23 Re: creating a circular replication in postgres
Previous Message Jayesh Nambiar 2013-07-05 06:59:07 creating a circular replication in postgres