Fri Mar 6 06:45:27 PST 2009
- Previous message: [Slony1-general] Some small errors in the documentation
- Next message: [Slony1-general] Another error in the slony 2.0.1 docs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear list, in slony 2.0, apparently the "EVENT NODE" parameter is required for "STORE EVENT" slonik commands. The slonik script given in the documentation in chapter "2. Replicating Your First Database" uses this command without the "STORE EVENT" parameter: #-- # Create the second node (the slave) tell the 2 nodes how to connect to # each other and how they should listen for events. #-- store node (id=2, comment = 'Slave node'); thus generating an error message: createcluster.slonik:51: Error: require EVENT NODE createcluster.slonik:51: Error: No admin conninfo provided for node -1 I think the command should rather be: store node (id=2, comment = 'Slave node', event node = 1); Pls correct me if I'm wrong. Cheers, Bastian
- Previous message: [Slony1-general] Some small errors in the documentation
- Next message: [Slony1-general] Another error in the slony 2.0.1 docs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list