dokku-mongodb-plugin
dokku-mongodb-plugin copied to clipboard
Plugin to setup Mongodb accounts for containers deployed to Dokku
Just two suggestions to improve security: 1. Currently, the password files on the host system (in `/home/dokku/.mongodb/`) are **world-readable**! ``` -rw-r--r-- 1 dokku dokku 61 Mar 9 07:34 admin_pw ```...
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:...
This is potentially related to https://github.com/jeffutter/dokku-mongodb-plugin/issues/50. I kind of have a specific use case here, but I was trying to delete my dokku app and its associated mongo instance. I...
Hi, after `dokku plugins-install` I get the error `cat: /home/dokku/.mongodb/admin_pw: No such file or directory`. What went wrong?
Hey! I'm trying to use the dokku mongodb plugin which seems usefull, everything seems to work but I can't create a new app db. When I'm doing this : root@matchu01:/home/dokku#...
Everytime I reboot the server I need to execute: ``` $ ssh server dokku mongodb:start ``` Am I missing something?
after mongodb:delete , It can't remake with same name. as is : just db.dropDatabase remained user to be : db.dropUser db.dropDatabase
I use https://github.com/jeffutter/dokku-mongodb-plugin on digital ocean. So, after deploy my SailJS app mongoDB database is empty. How can I fix it? Thanks a lot!
I can't seem to create a connection from a remote machine to MONGO_URL. I guess there may be some Mongo setting that is preventing remote connections? Could this be changed?
auth failed
Hey, first of all: Awesome plugin! Thanks man for doing the great work. I'm using this on a fresh ec2 instance. After installing the plugin and trying to `dokku mongodb:console`,...