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?