Flyway 4.0 config Postgres requires user/pass #1245
Closed
Milestone
Comments
There was a last minute bug that got introduced in #724 and that has now been fixed. This will be part of 4.0.1. You can of course build from source until then. |
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this issue
Mar 21, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Flyway are you using?
4.0 (command line)
What database are you using (type & version)?
Postgres 9.4.x (x=5 as of this writing)
What operating system are you using?
Ubuntu 15.04
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
I left the
flyway.user
andflyway.password
out of my config file in order to not have them available for all to see as our flyaway configs and evolutions are in a Git repoWhat did you expect to see?
As per the documentation (https://flywaydb.org/documentation/commandline/) I expected to be prompted for credentials.
What did you see instead?
STDOUT: ERROR: Unable to obtain Jdbc connection from DataSource (jdbc:postgresql://localhost/krispii_dev) for user 'null': The server requested password-based authentication, but no password was provided.
The text was updated successfully, but these errors were encountered: