We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone,
After upgrading flyway-sbt from version 7.4.0 to 9.22.0, the sbt flywayMigrate command now hangs indefinitely. The output shows something like:
| => root / flywayMigrate {x}s
In our migration scripts, we are creating indexes concurrently. I suspect this might be related to the issue.
I’ve already tried the following without success:
Added flyway.postgresql.transactional.lock = false to application.conf.
Added the same setting to flyway.sbt.
Has anyone encountered this issue after upgrading Flyway? Any suggestions or ideas on how to resolve this would be greatly appreciated!
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi everyone,
After upgrading flyway-sbt from version 7.4.0 to 9.22.0, the sbt flywayMigrate command now hangs indefinitely. The output shows something like:
In our migration scripts, we are creating indexes concurrently. I suspect this might be related to the issue.
I’ve already tried the following without success:
Added flyway.postgresql.transactional.lock = false to application.conf.
Added the same setting to flyway.sbt.
Has anyone encountered this issue after upgrading Flyway? Any suggestions or ideas on how to resolve this would be greatly appreciated!
Thanks in advance!
The text was updated successfully, but these errors were encountered: