Richard Yen <[EMAIL PROTECTED]> writes: > I recently did a MOVE SET switchover from node 1 to node 3 on a 3- > node system. So, all that remains are nodes 2 and 3, while we run > hardware tests on node 1. > > What I'm trying to do now is to add a node 4 to serve as a relay to > an offsite node. > > However, when I try to run a slonik script, I get the following error > message: > Error: No admin conninfo provided for node 1 > > Since node 1 is inactive (and no longer in the sl_nodes, sl_path, > etc. tables), how can I run a slonik script? > > Any help would be greatly appreciated.
There are a number of Slonik commands that assume that events will be introduced on node 1. If you haven't a node 1, then you have to specify in the commands an "EVENT NODE=whatever" clause. -- select 'cbbrowne' || '@' || 'ca.afilias.info'; <http://dba2.int.libertyrms.com/> Christopher Browne (416) 673-4124 (land) _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
