Re: BDR

From: Roland van Laar <roland(at)micite(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: BDR
Date: 2016-03-14 21:43:13
Message-ID: 56E73071.7090704@micite.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 14-03-16 22:17, Dustin Kempter wrote:
> Hello all, I am attempting to set up BDR between 2 separate nodes. I
> have been following the guide and got to here
> http://bdr-project.org/docs/0.9.0/quickstart-enabling.html
> I am now stuck on this section
>
> "Then you run a function that identifies a BDR group that delineates a
> connection string for other nodes to communicate with (for the first
> node, we will use port 5598) from the same SQL session as above on
> port 5598:
>
> SELECT bdr.bdr_group_create(
> local_node_name := 'node1',
> node_external_dsn := 'port=5598 dbname=bdrdemo'
> );"
>
> However my instances are not on the same server and I attempted to
> simply add a host=(the ip) but that failed.
There are a couple of other factors:
- is postgres running on an external available ip?
- is there a replication user with a password?

Roland

> Please help
>
> Thanks in advance!
>
>
>

In response to

  • BDR at 2016-03-14 21:17:14 from Dustin Kempter

Responses

  • Re: BDR at 2016-03-17 05:31:50 from John R Pierce

Browse pgsql-general by date

  From Date Subject
Next Message James Keener 2016-03-14 21:44:09 Re: BDR
Previous Message John R Pierce 2016-03-14 21:38:19 Re: BDR