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
_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to