dokku-mongodb-plugin
dokku-mongodb-plugin copied to clipboard
delete command does not delete user
Currently, I am stuck in a place where the app does not have any database attached, but I cannot create one either because I get the following error:
│2014-07-26T05:44:52.434+0000 Error: couldn't add user: User "clipx@clipx-production" already exists at src/mongo/shell/db.js:1004
I've tried going to mongo console and running db.dropUser with various usernames and databases, but haven't figured it out yet.
Log in into mongo console run "use clipx-production" and then db.dropUser('clipx')
I also ran into this issue. A quick look at the plugin's "delete" command shows there is simply no user cleanup there.
?