Cleaning up all replication history (cleanrephistory) v7
The cleanrephistory
command deletes the replication history for all publications in the specified publication server.
Synopsis
-cleanrephistory -repsvrfile pubsvrfile
See Cleaning up replication history for more information.
Parameters
pubsvrfile
The file containing the publication server login information.
Examples
This example deletes replication history for all publications in the publication server identified by the content of the file pubsvrfile.prop
.
$ java -jar edb-repcli.jar -cleanrephistory -repsvrfile ~/pubsvrfile.prop Removing all publication's replication history ... Replication history has been removed.
- On this page
- Synopsis
- Parameters
- Examples