Re: BDR

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Rakesh Kumar <rakeshkumar464a3(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: BDR
Date: 2016-06-12 14:14:19
Message-ID: CAMsr+YHgJAGUv6m40p0Z0eVrr2h_zFegaczLPuSz_E9G=yshkw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11 June 2016 at 02:12, Rakesh Kumar <rakeshkumar464a3(at)gmail(dot)com> wrote:

> Sorry if this question was asked before. As I understand currently
> BDR does not support the replicating nodes to run different major
> versions, like
> 9.4 <-> 9.5.
>
> Is this in the works?
>

Not with BDR between 9.4 and 9.5, no, as there will not be a 9.5 version of
BDR. It'll be skipping straight to 9.6.

pglogical, a simplified and streamlined version of the logical replication
facilities used in BDR, can replicate from 9.4 to 9.5 (or to/from any other
combo of verisons 9.4+). It doesn't support multimaster or DDL replication
like BDR does, though.

You can also look into Londiste and Slony-I.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

  • BDR at 2016-06-10 18:12:23 from Rakesh Kumar

Responses

  • Re: BDR at 2016-06-13 12:13:09 from Rakesh Kumar

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2016-06-12 15:01:38 Re: Sequences, txids, and serial order of transactions
Previous Message Craig Ringer 2016-06-12 14:12:26 Re: BDR