I am attempting to run a mongodump
command in IntelliShell to provide some ino for Atlas support, and using the command they gave me, I get a ton of errors saying "no viable alternative at input` for every field.
mongodump --uri="mongodb+srv://govtribe0-shard-00-00.oolsu.mongodb.net" --excludeCollection="system.sessions" --excludeCollection="transaction_coordinators" --excludeCollection="system.indexBuilds" --excludeCollection="image_collection" --excludeCollection="system.preimages" --username myusername --password mypassword --gzip --archive=config-SERVER_VERSION.g
First, can I run mongodump copmmands in IntelliShgell?
Second, what is sytactically wrong with the command above as I’m running it?