Details
-
Task
-
Resolution: Done
-
Trivial - P5
-
None
-
None
-
None
Description
using version 2.7.7:
Sample log line: https://github.com/mongodb/mongo-tools/blob/master/mongodump/metadata_dump.go#L64
dgottlieb@keylime /mnt/data0$ mongodump -d database -c collection
|
2014-11-03T11:41:18.462-0500 writing database.collection to dump/database/collection.bson
|
2014-11-03T11:41:18.462-0500 writing database.collection metadata to dump/database/collection.metadata.json
|
Warning: no metadata found for collection: `database.collection`: not founddgottlieb@keylime /mnt/data0$
|
Looking through the other log lines in `mongodump` reveals similarly formatted strings. I haven't checked other tools.