The write location isn't set correctly, leading to this output:
$ mongodump --uri "mongodb://localhost:27017/test"
2019-08-14T15:38:13.787+0200 writing test.tweets to
2019-08-14T15:38:13.787+0200 writing test.l to
2019-08-14T15:38:13.787+0200 writing test.foo to
2019-08-14T15:38:13.787+0200 writing test.pokemon to
I expect it to say "writing <db>.<collection> to <output-dir>/<db>/<collection>.bson"
- backported by
-
TOOLS-2586 [v4.2] Write location not correctly set
- Closed