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

flywayMigrate Hangs After Upgrading flyway-sbt from 7.4.0 to 9.22.0 #126

Open
ajaybasra opened this issue Feb 4, 2025 · 0 comments
Open

Comments

@ajaybasra
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant