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
--dbpath
mongod
If I pass --dbpath foo I'd expect this to be passed through as is.
--dbpath foo
I end up with this:
mlaunch init --single --dbpath mongodb/db_files Detected mongod version: 6.0.2 b'Error parsing command line: Multiple occurrences of option "--dbpath"\ntry \'mongod --help\' for more information\n' can't start process, return code 2. tried to launch: "mongod" --dbpath "/home/autarch/projects/mongo-tools/data/db" --logpath "/home/autarch/projects/mongo-tools/data/mongod.log" --port 27017 --fork --dbpath "mongodb/db_files" --wiredTigerCacheSizeGB 1
As an aside, that "Error parsing command line" bit is also weird.
See above
The text was updated successfully, but these errors were encountered:
stennie
No branches or pull requests
Expected behavior
If I pass
--dbpath foo
I'd expect this to be passed through as is.Actual/current behavior
I end up with this:
As an aside, that "Error parsing command line" bit is also weird.
Steps to reproduce the actual/current behavior
See above
Environment
The text was updated successfully, but these errors were encountered: