Closed AlexanderSatekJumio closed 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
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