You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Chetan Mehrotra <ch...@gmail.com> on 2017/08/14 04:39:34 UTC

Support for dumping repository content as json along with blobs via oak-run (OAK-6545)

To simplify troubleshooting repository issue where we need to access
hidden content I have added new command "export" in oak-run to dump
repository content under any given path as json along with blobs [1]

java -jar oak-run-*.jar export -p /path/in/repo /path/of/segmentstore
-o /path/of/output/dir

Hope this would be useful in other cases also

Chetan Mehrotra
[1] https://github.com/apache/jackrabbit-oak/tree/trunk/oak-run#export