Re: BDR

Поиск
Список
Период
Сортировка
От Roland van Laar
Тема Re: BDR
Дата
Msg-id 56E73071.7090704@micite.net
обсуждение исходный текст
Ответ на BDR  (Dustin Kempter <dustink@consistentstate.com>)
Ответы Re: BDR  (John R Pierce <pierce@hogranch.com>)
Список 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!
>
>
>



В списке pgsql-general по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: BDR
Следующее
От: James Keener
Дата:
Сообщение: Re: BDR