From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
---|---|
To: | John Casey <john(dot)casey(dot)rtp(at)icloud(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: bdr_init_copy fails when starting 2nd BDR node |
Date: | 2014-12-30 17:56:47 |
Message-ID: | 20141230175647.GK27028@alap3.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
On 2014-12-29 23:51:05 -0500, John Casey wrote:
> I've been having issues while attempting to begin BDR replication. If I set
> up the main node, then use bdr_init_copy, it always fails on second node, as
> shown below.
>
>
>
> postgres$ rm -Rf $PGDATA
>
> postgres$ echo db_password | pg_basebackup -X stream -h main_node_ip -p 5432
> -U username -D $PGDATA
>
> postgres$ cp $HOME/backup/postgresql.conf $PGDATA
>
> postgres$ bdr_init_copy -U username -D $PGDATA
>
> bdr_init_copy: starting...
>
> Assigning new system identifier: 6098464173726284030...
>
> Creating primary replication slots...
>
> Creating restore point...
>
> Could not connect to the remote server: could not connect to server: No such
> file or directory
>
> Is the server running locally and accepting
>
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
What was your bdr config at this point? The error message indicates that
it tries to connect to port 5432 on localhost - but the copy was taken
from 'main_node_ip'. Perhaps you forgot to specify th ehost in the
config?
What does 'git describe --tags' return?
Greetings,
Andres Freund
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2014-12-30 22:25:11 | Re: [HACKERS] ON_ERROR_ROLLBACK |
Previous Message | Merlin Moncure | 2014-12-30 17:27:15 | Re: extra function calls from query returning composite type |