Description
I'm trying to use mlcp to export the contents from my database and I get lot of errors like:
18/05/03 16:54:13 ERROR contentpump.SingleDocumentWriter: Error saving: data://.../340c82e5-4848-76a1-0000-00001dcf41b5.json
java.io.FileNotFoundException: /var/opt/MarkLogic/.../340c82e5-4848-76a1-0000-00001dcf41b5.json (Is a directory)
if I try to import the exported content, I'll see errors like
ERROR mapreduce.ContentWriter: XDMP-MUSTHAVEUPDATE: Document must have at least one update permission.
and if I inspect some of the exported files, I see that info from the exported objects is missing.
The command I use is:
mlcp.sh export -host localhost -port 8000 -username user -password password -output_file_path /var/opt/MarkLogic/out
does mlcp supports exporting complex objects? where the metadata, like collections, are saved?