You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to link Postgres with custom environment variable name, _URL gets appended to the end of the name specified with -a.
I can work around this by modifying the app, but it would be much better if I didn't have to modify the app and instead I could have Dokku link with a precise environment variable name.
How reproducible
Steps to Reproduce
dokku postgres:link myappdb myapp -a DATABASE_SERVER
Description of problem
Unable to link Postgres with custom environment variable name,
_URL
gets appended to the end of the name specified with-a
.I can work around this by modifying the app, but it would be much better if I didn't have to modify the app and instead I could have Dokku link with a precise environment variable name.
How reproducible
Steps to Reproduce
dokku postgres:link myappdb myapp -a DATABASE_SERVER
dokku config:show myapp
Actual Results
Expected Results
The text was updated successfully, but these errors were encountered: