Geoffrey lists at serioustechnology.com
Fri May 30 13:07:20 PDT 2008
I'm wanting to rearrange the way I setup and start slony, but I wanted 
to make sure that my new solution works.  Comments/corrections would be 
appreciated.  My assumption is that the actual replication of data is 
initiated by the slon_start scripts, thus I want to get everything set 
up and then start the replication process.

Currently approach:


slonik_init_cluster --config $CONFIG

slon_start --config $CONFIG 1
slon_start --config $CONFIG 2

slonik_create_set --config $CONFIG 1
slonik_create_set --config $CONFIG 2

slonik_subscribe_set --config $CONFIG 1 2
slonik_subscribe_set --config $CONFIG 2 2


What I want to do is:

slonik_init_cluster --config $CONFIG

slonik_create_set --config $CONFIG 1
slonik_create_set --config $CONFIG 2

slonik_subscribe_set --config $CONFIG 1 2
slonik_subscribe_set --config $CONFIG 2 2

slon_start --config $CONFIG 1
slon_start --config $CONFIG 2

-- 
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin


More information about the Slony1-general mailing list