How can I export my database from mLAB and imported in Atlas?

54 Views Asked by At

My DBUser has been revoked by mLab and it's because now Atlas owns mLab. So my app can't connect to mLab anymore.

I want to export my database in order to do an import in Atlas later, but since my mLab DBUser is revoked I can not execute this:

mongodump -h ds1XXXXX.mlab.com:XXXXX -d iknow -u <user> -p <password> -o <output directory>

I'm getting an Authentication failed message.

Is there any other way to resolve this export process?

0

There are 0 best solutions below