flyway / flyway-community-db-support

Offical Flyway Community Supported Database Plugins
https://flywaydb.org/
Apache License 2.0
5 stars 26 forks source link

Update the Flyway plugin for YugabyteDB #27

Closed Sfurti-yb closed 6 months ago

Sfurti-yb commented 6 months ago

Problems:

Solutions:

Tests: The tests for these changes are in the repository: https://github.com/yugabyte/flyway-tests

Sfurti-yb commented 6 months ago

For the pg_advisory_lock is there a reason flyway takes out advisory locks and would disabling it have any negative impacts?

Sfurti-yb commented 6 months ago

Hi @Barry-RG, I have modified the code as per the review. Also the test repository is public now.

ashetkar commented 5 months ago

Thanks @Barry-RG! Is it possible to backport this fix to earlier versions so that it is available with latest Flyway 8.x or Flyway 9.x?

Barry-RG commented 5 months ago

@ashetkar unfortunately we do not support backwards compatibility. Flyway has typically been a supports latest project.

ashetkar commented 5 months ago

Thanks. What is the version of Flyway which includes this fix? I see this fix is included in the yugabytedb package with version 10.8.1 but not sure of the Flyway version it is included in.