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

Progress bar initialization should not require the listCollections privilege

    XMLWordPrintableJSON

Details

    • v4.0

    Description

      Even when you have privileges to run a query against a collection, mongoexport fails because it requires listCollections. I had a standard read/write user in Atlas to a specific collection and do not have that privilege.

      mongoexport --uri "mongodb+srv://aly:<pwd>@<host>/<db>" -c pings --limit=30
       
      2019-02-01T11:22:18.154-0500 Failed: error running `listCollections`. Database: `<db>` Err: not authorized on <db> to execute command \{ listCollections: 1, filter: { name: "pings" }, cursor: {}, $db: "<db>" }
      

      Attachments

        Activity

          People

            david.golden@mongodb.com David Golden
            alyson.cabral@mongodb.com Alyson Cabral (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: