Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-3243

mongodump spuriously creates an admin directory

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 1.9.1
    • Affects Version/s: None
    • Component/s: Tools
    • Labels:
      None
    • ALL

      ~/mongo $ ls dump
      ls: dump: No such file or directory
      ~/mongo $ ls /data/db
      _tmp mongod.lock test.0 test.1 test.ns
      ~/mongo $ ./mongodump --dbpath /data/db
      all dbs
      DATABASE: test to dump/test
      test.foo to dump/test/foo.bson
      1 objects
      test.system.indexes to dump/test/system.indexes.bson
      1 objects
      DATABASE: admin to dump/admin
      ...
      Fri Jun 10 19:57:00 dbexit: really exiting now
      ~/mongo $ ls dump
      admin test
      ~/mongo $ ls dump/admin
      ~/mongo $

            Assignee:
            spencer@mongodb.com Spencer Brody (Inactive)
            Reporter:
            dwight@mongodb.com Dwight Merriman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: