Jeffery Utter
Jeffery Utter
I agree this needs to be done. However, since we can make multiple databases for each app, we probably need to check that no other databases exist for a given...
I have made some changes to this branch: https://github.com/jeffutter/dokku-mongodb-plugin/tree/feature/database-envs You should be able to get this working as you require like this: ``` dokku mongodb:create MyApp MyDatabase MyEnv ``` Where...
Name and link is the 'best' solution here. However I don't think dokku supports starting the app containers with the link flags. I'll try to ping the dokku devs and...
Ok, I think i have a solution here. Can you test out this branch: https://github.com/jeffutter/dokku-postgresql-plugin/tree/docker-name-link You will need either delete and re-create your DB or change some things in your...
This is odd. DATABASE_PORT_5432_TCP_PORT should be set in the ENV of the container by docker. It seems like none of the ENV vars are being set. Are you using a...
Can you check on a couple more things for me. 1.) Does $DOKKU_ROOT/.postgresql/pass_$APP_NAME exist? It should be a file containing the password for the database user for the app 2.)...
@poirier Good observation. This is the issue. I thought docker-args had been implemented for a while but I guess it wasn't in v0.2.1 Would you care to try with a...
OK, thanks for troubleshooting and reminding me docker-args isn't in a dokku release. I'll ping the dokku guys to see if they will release soon. Until then this will have...
are you running this as root or as a user? You need to be root.
That doesn't sound good. This may be a silly question but, can you do ls /root/ ?