I'm trying to migrate my db over to a new machine. When I use mongodump
in cmd it gives the error:
Failed: error dumping metadata: error creating directory for metadata file dump\margin_calls: mkdir dump: Access is denied.
I know I need to grant the 'backup' permission to allow this but I can't figure out how to do this.
EDIT: I thought this was quite an easy problem for someone familiar with the mongodb environment ?