Open cosmin opened 1 year ago
Yeah this is by design at the moment. The _URL
always gets appended.
@josegonzalez why did this get moved to dokku-redis
since it's about the postgres
plugin. Was this an accident?
No this was purposeful. I use this issue tracker to track all datastore-wide enhancement requests and bug fixes.
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