On 19 June 2015 at 08:09, Jorge Torralba wrote:
> Could not add local node to cluster, status PGRES_FATAL_ERROR: ERROR: node
> identity for local dsn does not match current node
>
> DETAIL: The dsn 'dbname=jorge host=10.5.101.179' connects to a node with
> identity (6161869759719318325,2,16389)
On NODE 1
create database christian;
create user christian with password 'christian';
alter database christian owner to christian;
create database lizzie;
create user lizzie with password 'lizzie';
alter database lizzie owner to lizzie;
create database jorge;
create user jorge with passwo