You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2019/06/12 11:53:04 UTC

svn commit: r1861114 - in /jackrabbit/oak/trunk: oak-doc/src/site/markdown/nodestore/documentmk.md oak-run/README.md

Author: reschke
Date: Wed Jun 12 11:53:03 2019
New Revision: 1861114

URL: http://svn.apache.org/viewvc?rev=1861114&view=rev
Log:
OAK-8396: documentation steps missing to run sweep on RDBDocumentStore

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md
    jackrabbit/oak/trunk/oak-run/README.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md?rev=1861114&r1=1861113&r2=1861114&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/documentmk.md Wed Jun 12 11:53:03 2019
@@ -994,6 +994,9 @@ described below when oak-run with the `r
 parameters or options:
 
     revisions mongodb://host:port/database <sub-command> [options]
+
+(or, for RDBMK instances, use "jdbc:...").    
+    
     where sub-command is one of
       info     give information about the revisions state without performing
                any modifications

Modified: jackrabbit/oak/trunk/oak-run/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/README.md?rev=1861114&r1=1861113&r2=1861114&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/README.md (original)
+++ jackrabbit/oak/trunk/oak-run/README.md Wed Jun 12 11:53:03 2019
@@ -101,9 +101,7 @@ To start the console for a DocumentMK/Mo
 
     $ java -jar oak-run-*.jar console mongodb://host
 
-To start the console for a DocumentMK/RDB repository, use:
-
-    $ java -jar oak-run-*.jar --rdbjdbcuser username --rdbjdbcpasswd password console jdbc:...
+To start the console for a DocumentMK/RDB repository, see the [documention for oak-run on RDB](https://jackrabbit.apache.org/oak/docs/nodestore/document/rdb-document-store.html#oak-run).
     
 To start the console connecting to a repository in read-write mode, use either of:
 
@@ -649,7 +647,7 @@ See the [official documentation](http://
 Revisions
 ---------
 
-See the [official documentation](http://jackrabbit.apache.org/oak/docs/nodestore/documentmk.html#revisionGC).
+See the [official documentation](http://jackrabbit.apache.org/oak/docs/nodestore/documentmk.html#revision-gc).
 
 Export
 ------