Skip to content

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

@ajaybasra

Description

@ajaybasra

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions