Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-2350

Write location not correctly set

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 4.2.1, 4.3.1
    • Affects Version/s: None
    • Component/s: mongodump
    • Labels:
      None
    • v4.2

      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"

       

            Assignee:
            tim.fogarty@mongodb.com Tim Fogarty
            Reporter:
            tim.fogarty@mongodb.com Tim Fogarty
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: