romaninsh / dokku-alt-manager

dokku-alt Web Manager App (LOOKING FOR CO-MAINTAINER)
100 stars 19 forks source link

Creating a DB link did not create config variables #15

Closed rchrd2 closed 9 years ago

rchrd2 commented 9 years ago

I was scratching my head wondering why the database wasn't working. I ended up having to do it from the CLI.

dokku config djangodokku
dokku postgresql:create db2
dokku postgresql:link djangodokku db2
dokku config djangodokku
=== djangodokku config vars ===
DATABASE_URL:  postgres://djangodokku:asdf@postgresql:5432/pg2

It would be great for this to work with the GUI!

romaninsh commented 9 years ago

This looks more like a dokku-alt issue rather then dokku-alt-manager.