-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
TAR 2023-07-10
-
2
-
Not Needed
-
(copied to CRM)
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.
- is duplicated by
-
TOOLS-3343 Mongodump does not work with DocumentDB
- Closed
- links to