Installation and Configuration Questions

How do I get the latest code out of CVS?

You'll need to log into the sourceforge cvs server. From a command line (terminal/shell prompt) do the following:

cvs -d:pserver:anonymous@dbreplicator.cvs.sourceforge.net:/cvsroot/dbreplicator login

when prompted for a password, just press <ENTER>. Then, do:

cvs -z3 -d:pserver:anonymous@dbreplicator.cvs.sourceforge.net:/cvsroot/dbreplicator co -P dbreplicator

can I run multiple instances of dbreplicator on one machine?

The short answer...we don't know. Theoretically possible, although you'd have to run them on different ports (obviously). You also would need to watch out for path collisions, i.e., files being written by both instances into the same directories, possibly with the same name. If you were to set REPLICATIONHOME in config.ini to different values for each instance, and run them out of separate paths so they could each have their own config.ini, it might very well work.

Powered by Drupal - Theme by Danger4k