Skip to content
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

Flyway warns about Postgres 10.5 being unsupported #2213

Closed
arlampin opened this issue Nov 26, 2018 · 1 comment
Closed

Flyway warns about Postgres 10.5 being unsupported #2213

arlampin opened this issue Nov 26, 2018 · 1 comment

Comments

@arlampin
Copy link

Which version and edition of Flyway are you using?

5.2.2

Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)

Java API, Gradle

Which database are you using (type & version)?

Postgres 10.5

What did you do?

Running any Flyway command results in the following warning:

Flyway upgrade recommended: PostgreSQL 10.5 is newer than this version of Flyway and support has not been tested.
What did you expect to see?

Flyway shouldn't warn about Postgres minor releases. PG changed their versioning schema with Postgres 10, so that all 10.x releases should be compatible.

@axelfontaine
Copy link
Contributor

Thanks for reporting. Fixed!

axelfontaine pushed a commit to flyway/flywaydb.org that referenced this issue Nov 26, 2018
dohrayme pushed a commit to dohrayme/flyway that referenced this issue Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants