dokku-mongodb-plugin icon indicating copy to clipboard operation
dokku-mongodb-plugin copied to clipboard

delete command does not delete user

Open captn3m0 opened this issue 11 years ago • 3 comments
trafficstars

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.

captn3m0 avatar Jul 26 '14 05:07 captn3m0

Log in into mongo console run "use clipx-production" and then db.dropUser('clipx')

Pentiado avatar Aug 28 '14 12:08 Pentiado

I also ran into this issue. A quick look at the plugin's "delete" command shows there is simply no user cleanup there.

torbinsky avatar Sep 07 '14 20:09 torbinsky

?

derzunov avatar Sep 16 '16 18:09 derzunov