Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve mongodump command execution and error handling
- Fix typo in comment about printing version number - Improve error message when failing to get mongodump version - Remove "mongodump" from initial flags slice - Move password to environment variable instead of command flag - Change command execution to use "mongodump" directly instead of through bash - Add error handling for starting and waiting for the mongodump command Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information