-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cfenv doesn’t seem to be working with Postgres #127
Comments
cfenv doesn’t seem to be working with Postgres. I think it expects this URI Having the following in the application.properties doesn’t work / / The default spring-music settings. This does work for mysql though. The auto-configure doesn't work for Postgres like the way it works for Postgres
Changing the application.properties to the following works -
Here is the cf env output
|
Here is the StackTrace when the default application.yml (provide inside Spring Music) is used
I think this logic is broken and needs to be changed - cfenv is expecting this syntax. There is no jdbc in the path for postgres bindings.. |
- postgresql is a valid scheme that should be considered Connected to #127
- postgresql is a valid scheme that should be considered Connected to #127
@swagataroy Hi Swagata, do you know whether this issue was resolved with the linked commit, included in v2.4.0? |
I'm running into this issue as well on GCP using the GCP Service Broker (i.e. old one). I think the easiest fix would be to include existsByTagIgnoreCase with "postgres".
|
* detect "postgres" in the tags * detect credentials.uri, in addition to credentials.jdbcUrl * detect credentials.Username and credentials.Password
* detect "postgres" in the tags * detect credentials.uri, in addition to credentials.jdbcUrl * detect credentials.Username and credentials.Password
No description provided.
The text was updated successfully, but these errors were encountered: