0

I consider to use Flyway with postgresql.

When a migration fails do I need to manually roll it back or does it work ootb with postgres? Do following migrations continue to ran after a failed one?

1 Answer 1

2

Flyway uses PostgreSQL's support for DDL transactions.

The migration is rolled back and the migration process stops.

Not the answer you're looking for? Browse other questions tagged or ask your own question.