Description
Add commands to start and stop the replication master using properties or connection url. Example:
'jdbc:derby:<host><masterdb>;startMaster=true';
'jdbc:derby:<host><masterdb>;stopMaster=true';
Connection url options that must be recognized:
startMaster=true
stopMaster=true
slaveHost=<host> (required)
slavePort=<port> (optional, defaults to 8001)
See functional specification on Derby-2872 for further details.
Attachments
Attachments
Issue Links
- is depended upon by
-
DERBY-2954 Add commands to NetworkServerControl for interacting with the replication functionality
- Closed
- relates to
-
DERBY-3205 Replication: Add connection url command options for starting, stopping slave and for failover
- Closed