Created
February 12, 2020 18:02
-
-
Save cnmoro/4a4b1324eb2119dc01b8be1cf8a03183 to your computer and use it in GitHub Desktop.
Dump Remote MongoDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mongodump -d DATABASE -o ABSOLUTE_PATH_TO_DUMP IBGE -u USR -p PASS --authenticationDatabase=admin --authenticationMechanism=SCRAM-SHA-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment