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

Mongodump does not work with Atlas Data Federation.

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 100.7.4
    • Affects Version/s: None
    • Component/s: None
    • None
    • TAR 2023-07-10
    • 2
    • Not Needed

      Problem Statement/Rationale

      A recent update that appears to address concerns related to dumping admin database (TOOLS-3229) has broken mongodump on Atlas Data Federation.

      Steps to Reproduce

      Run mongodump against ADF.

      Expected Results

      Dumps to happen.

      Actual Results

      An error message
      code
      Failed: error checking for AtlasProxy: (CommandNotSupported) command atlasVersion is unsupported, correlationID = 1770984299f1e53cfd418dff
      code

      Additional Notes

      The code here is looking for a CommandNotFound message, but Atlas Data Federation replies with CommandNotSupported. This is because atlasVersion is indeed a valid command, but isn't one that ADF supports.

            Assignee:
            johnny.dubois@mongodb.com Johnny DuBois
            Reporter:
            craig.wilson@mongodb.com Craig Wilson
            Tim Fogarty
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: