dokku / dokku-mongo

a mongo plugin for dokku
MIT License
177 stars 32 forks source link

Adding roles for admin user #67

Closed malixsys closed 8 years ago

malixsys commented 8 years ago

Rights missing to perform system.version actions: > db.system.version.remove({}) WriteResult({ "writeError" : { "code" : 13, "errmsg" : "not authorized on admin to execute command { delete: \"system.version\", deletes: [ { q: {}, limit: 0.0 } ], ordered: true }" } })

dotcypress commented 8 years ago

I'm using dokku for migration Parse app, and i can't update index options without admin rights.

Please merge ;)