Re: Unrecognized configuration parameter in bdr 0.9.3 - Mailing list pgsql-general

From Craig Ringer
Subject Re: Unrecognized configuration parameter in bdr 0.9.3
Date
Msg-id CAMsr+YHAmY9JM_hdx3X43nzVuOqidkK9+iLu3gR81eLBRJr=EA@mail.gmail.com
Whole thread Raw
In response to Unrecognized configuration parameter in bdr 0.9.3  (Kaushal Shriyan <kaushalshriyan@gmail.com>)
Responses Re: Unrecognized configuration parameter in bdr 0.9.3  (Kaushal Shriyan <kaushalshriyan@gmail.com>)
List pgsql-general
On 11 February 2016 at 20:16, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
Hi,

I am following http://bdr-project.org/docs/stable/index.html for setting up multimaster replication. 

Are you sure that's the documentation you were using?

You seem to have settings that only applied to the older 0.7.x versions:
 
# (BEGIN) BDR connection settings for node 1, port 5600
bdr.connections = 'secondarymasterport5601'
bdr.secondarymasterport5601_dsn = 'dbname=bdrdemo user=postgres port=5601'
# (END) BDR connection settings for node 1, port 5600

# (BEGIN) BDR connection settings for node 2, port 5601
#bdr.connections = '{DevEnvName}node01port5600'
#bdr.{DevEnvName}node01port5600_dsn = 'dbname={DevDBName} user=postgres port=5600'
#bdr.{DevEnvName}node01port5600_init_replica = on
#bdr.{DevEnvName}node01port5600_replica_local_dsn = 'dbname={DevDBName} user=postgres port=5601'
# (END) BDR connection settings for node 2, port 5601

The above is not used in BDR 0.9.x. Configuration is done at the SQL level.

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

pgsql-general by date:

Previous
From: Edson Richter
Date:
Subject: XMLEXISTS on legacy XML with malformed xmlns
Next
From: Michael Paquier
Date:
Subject: Re: fast refresh materialized view