Details
-
Investigation
-
Status: Closed
-
Major - P3
-
Resolution: Cannot Reproduce
-
4.2.6
-
None
-
Ubuntu 18.04.4 LTS
Description
Hi! I try to download the images stored in a gridfs collection using the mongofiles command.
When I run the command for a file that has only one chunk, it works fine. But when another file that is made up of several chunks, the behavior is not as expected, I receive the following error by console:
connected to: mongodb://localhost:27017/
Failed: error while writing Data into local file 'test.png': chunk size does not match expected size
Command executed
mongofiles -d test --port 27017 --prefix=cfs_gridfs.test_images -l "../../test/test.png" get_id '{"$oid":"5dc145e57e30034e16c81f5e"}' |
Greetings,
David