mongolab / mongoctl

Manage MongoDB servers and replica sets using JSON configurations!
MIT License
178 stars 25 forks source link

Mongo URI AuthSource Not Supported with dump or restore #32

Open duane-talentsonar opened 8 years ago

duane-talentsonar commented 8 years ago

Mongo URI option authSource is not supported with mongoctl dump or mongoctl restore. The work around is to use the --authenticationDatabase command line option.

While the work around is functional, support for authSource would make scripting and automation much.