slony1-bugs at lists.slony.info slony1-bugs at lists.slony.info
Fri Apr 18 06:08:29 PDT 2008
http://www.slony.info/bugzilla/show_bug.cgi?id=48

           Summary: Small error in documentation
           Product: Slony-I
           Version: 1.2
          Platform: PC
               URL: http://www.slony.info/documentation/firstdb.html
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: low
         Component: website
        AssignedTo: slony1-bugs at lists.slony.info
        ReportedBy: devilio at gmail.com
                CC: slony1-bugs at lists.slony.info
   Estimated Hours: 0.05


Created an attachment (id=14)
 --> (http://www.slony.info/bugzilla/attachment.cgi?id=14)
Corrected web page

In part 2.3.1. (Using the altperl scripts), sample code should be

# Initialize cluster:
$ slonik_init_cluster  | slonik 

# Start slon  (here 1 and 2 are node numbers)
$ slon_start 1    
$ slon_start 2

# Create Sets (here 1 is a set number)
$ slonik_create_set 1 | slonik

# subscribe set to second node (1= set ID, 2= node ID)
$ slonik_subscribe_set  2 | slonik




In place of




# Initialize cluster:
$ slonik_init_cluster  | slonik 

# Start slon  (here 1 and 2 are node numbers)
$ slon_start 1    
$ slon_start 2

# Create Sets (here 1 is a set number)
$ slonik_create_set 1             

# subscribe set to second node (1= set ID, 2= node ID)
$ slonik_subscribe_set  2 | slonik


-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list