We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Windows 10. I'm having the following error :
i have a similar issue with mongodump
positional arguments not allowed: ['--db' 'dbname' '--host' 'hostname' '--username' 'username' '--password' 'password' '--out' 'backup-1502314560509'] [2] 2017-08-09T22:36:00.495+0100 try 'mongodump --help' for more information
How can I fix this problem ?
The text was updated successfully, but these errors were encountered:
Same on Windows 10, arguments are in bad format. Should be something like /db:dbname /username:name, etc.
Sorry, something went wrong.
No branches or pull requests
Running on Windows 10. I'm having the following error :
i have a similar issue with mongodump
positional arguments not allowed: ['--db' 'dbname' '--host' 'hostname' '--username' 'username' '--password' 'password' '--out' 'backup-1502314560509']
[2] 2017-08-09T22:36:00.495+0100 try 'mongodump --help' for more information
How can I fix this problem ?
The text was updated successfully, but these errors were encountered: