On 17 September 2015 at 06:15, Florin Andrei wrote:
> Then, from node1, I've parted node2 like this:
>
> SELECT bdr.bdr_part_by_node_names('{node2}');
>
> And then also on node1 I've parted node1 like this:
>
> SELECT bdr.bdr_part_by_node_names('{node1}');
The second step is not necessary. In fa
This procedure seems to work for dismantling the replication cluster
after I'm done and cleaning up test databases. If there might be any
issues with these steps, please let me know. Thanks.
-- Disconnect node2 from cluster
--
-- on node1 run:
SELECT bdr.bdr_part_by_node_names('{node2}');
-- o
With all nodes parted from the group, I've tried to remove the bdr
extension, or the table I've used for tests, but neither works:
bdrdemo=# DROP EXTENSION bdr;
ERROR: No peer nodes or peer node count unknown, cannot acquire DDL
lock
HINT: BDR is probably still starting up, wait a while
bdr