Re: unrecognized configuration parameter "bdr.connections"

From: Ian Barwick <ian(at)2ndquadrant(dot)com>
To: negrus <christian_vazquez(at)hotmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: unrecognized configuration parameter "bdr.connections"
Date: 2015-03-31 00:00:01
Message-ID: 5519E381.90308@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

On 15/03/31 4:59, negrus wrote:
> Hi , all the installation of the BDR according to the documentation:
>
> https://wiki.postgresql.org/wiki/BDR_Packages
>
> I have set the following parameters:
>
> max_replication_slots = 3
> max_wal_senders = 4
> wal_level = 'logical'
> track_commit_timestamp = on
> shared_preload_libraries = 'bdr'
> max_worker_processes = 10
> bdr.connections = 'master2'
> bdr.master2_dsn = 'dbname = master user = postgres port = 5432'
>
> with this package :
>
> postgresql-bdr94-server-9.4.1_bdr2-1_2ndQuadrant.el7.centos.x86_64
> postgresql-bdr94-2ndquadrant-redhat-1.0-2.noarch
> postgresql-bdr94-9.4.1_bdr2-1_2ndQuadrant.el7.centos.x86_64
> postgresql-bdr94-contrib-9.4.1_bdr2-1_2ndQuadrant.el7.centos.x86_64
> postgresql-bdr94-libs-9.4.1_bdr2-1_2ndQuadrant.el7.centos.x86_64
> postgresql-bdr94-bdr-0.9.0-1_2ndQuadrant.el7.centos.x86_64
>
>
> But when try startup , not workin the BDR :
>
> < 2015-03-30 15:57:53.957 PYT >LOG: registering background worker "bdr
> supervisor"
> < 2015-03-30 15:57:53.957 PYT >WARNING: unrecognized configuration
> parameter "bdr.connections"
> < 2015-03-30 15:57:53.957 PYT >WARNING: unrecognized configuration
> parameter "bdr.master2_dsn"
> < 2015-03-30 15:57:53.978 PYT >LOG: redirecting log output to logging
> collector process

As of release 0.9.0 the connection parameters are no longer defined in
postgresql.conf; if present the parameters will be ignored and a warning
issued, like you saw here.

See the documentation for further details, particularly:

http://bdr-project.org/docs/0.9/release-0.9.0.html
http://bdr-project.org/docs/0.9.0/quickstart-editing.html
http://bdr-project.org/docs/0.9.0/quickstart-enabling.html

Regards

Ian Barwick

--
Ian Barwick http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, RemoteDBA, Training & Services

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Deven Phillips 2015-03-31 02:25:39 Re: Muti-table join and roll-up aggregate data into nested JSON?
Previous Message Stephen Davies 2015-03-30 23:59:20 Re: Link Office Word form document with data from PostgreSQL