dokku / dokku-postgres

a postgres plugin for dokku
MIT License
484 stars 97 forks source link

no JDBC url provided #290

Closed AlexanderSatekJumio closed 1 year ago

AlexanderSatekJumio commented 1 year ago

Hi, the following issue still persists: https://github.com/dokku/dokku-redis/issues/94

The DATABASE_URL for the dokku postgres add-on follows the below convention

postgres://username>:<password>@<host:/ However the Postgres JDBC driver uses the following convention:

jdbc:postgresql://:/?user=&password= Heroku provide a second URL called JDBC_DATABASE_URL for this