Author: reschke
Date: Thu May 23 12:37:23 2019
New Revision: 1859780

URL: http://svn.apache.org/viewvc?rev=1859780&view=rev
Log:
OAK-8111: Create read-only DocumentNodeStore for oak-run recovery dry run - 
update documentation

Modified:
    jackrabbit/oak/trunk/oak-run/README.md

Modified: jackrabbit/oak/trunk/oak-run/README.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/README.md?rev=1859780&r1=1859779&r2=1859780&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/README.md (original)
+++ jackrabbit/oak/trunk/oak-run/README.md Thu May 23 12:37:23 2019
@@ -374,17 +374,17 @@ Recovery Mode
 The recovery mode can be used to check the consistency of `_lastRev` fields
 of a DocumentMK repository. It can be invoked like this:
 
-    $ java -jar oak-run-*.jar recovery [options] mongodb://host:port/database 
[dryRun]
+    $ java -jar oak-run-*.jar recovery [options] mongodb://host:port/database 
[dryRun] --clusterId id
     
 (or, for RDBMK instances, use "jdbc:...").
 
-The following recovery options (with default values) are currently supported:
+The following recovery options are currently supported:
 
-    --clusterId         - DocumentMK clusterId (default: 0 -> automatic)
+    --clusterId         - DocumentMK clusterId (no default)
 
 The recovery tool will only perform the check and fix for the given clusterId.
-It is therefore recommended to explicitly specify a clusterId. The tool will
-fix the documents it identified, unless the `dryRun` keyword is specified.
+The tool will fix the documents it identified, unless the `dryRun` keyword is
+specified.
 
 Garbage
 =======


Reply via email to