Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我考虑将 Flyway 与 postgresql 一起使用。
当迁移失败时,我是否需要手动回滚它或者它是否可以与 postgres 一起使用 ootb?在失败后是否继续运行以下迁移?
Flyway 使用 PostgreSQL 对 DDL 事务的支持。
迁移被回滚并且迁移过程停止。