Description
Add commands to start and stop the replication slave using properties or connection url. Example:
'jdbc:derby:<host><dbname>;startSlave=true';
'jdbc:derby:<host><dbname>;stopSlave=true';
'jdbc:derby:<host><dbname>;failover=true;
Connection url options that must be recognized:
startSlave=true
stopSlave=true
failover=true
slaveHost=<host> (optional, defaults to localhost) (only for startSlave)
slavePort=<port> (optional, defaults to 8001) (only for startSlave)
See functional specification on Derby-2872 for further details.
Attachments
Attachments
Issue Links
- depends upon
-
DERBY-3184 Replication: Connection attempts to a database in slave mode must fail
- Closed
- is depended upon by
-
DERBY-2954 Add commands to NetworkServerControl for interacting with the replication functionality
- Closed
- is related to
-
DERBY-3189 Replication: Add connection url command options for starting and stopping master
- Closed