Question
Databases work on Ubuntu 14.04 image if dokku is installed manually, but not if using the Dokku image.
Can this be looked into.
When creating a new droplet from the Dokku image, I could not get database and app to talk to each other, it was "connection refused" every time. I tried postgres, mysql and mariadb in php and python (django) apps.
Using the same code (pushed from the same repo) on a droplet i created as the bare ubuntu 14.04 and installed Dokku on myself, with the same setup on teh database (same plugins and setting), same envirnonment vars setup, everything works.
The Ubuntu Dokku image should probably just be Ubuntu with the dokku bootstrap script ran twice on it (running it once results in a partial install due to a bug in apt-get)
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×