mongodump: add --uri example (#7014)

This commit is contained in:
Taran Vohra
2021-10-22 20:29:04 +05:30
committed by GitHub
parent c6e33e93cb
commit f7734c08a2

View File

@@ -26,3 +26,7 @@
- Create a dump of a given database with a given username; user will be prompted for password:
`mongodump --username {{username}} {{database}} --password`
- Create a dump from a specific instance; host, user, password and database will be defined in the connection string:
`mongodump --uri {{connection_string}}`