Upcoming presentations
No upcoming presentations...
Past presentations
Postgres database versioning and schema migration with Git and Flyway
A simple and effective approach to predictable and repeatable schema migrations
We use Git and Flyway to automate our schema migrations. It greatly reduces the friction of merging schema changes made by multiple developers on a project. It also produces a migration that is consistent across environments as well as allowing us to run additional environment specific scripts as part of the migration.