DEV Community

Léo Moro
Léo Moro

Posted on

How do you handle database migrations ?

At work, we use flyway to manage our database migrations. We have multiple test environnement and multiple staging version of our applications. Every Sunday, a script download and install a fresh database backup from the prod. How do you handle your migrations in this scenario ? Every time you install a new version, you downgrade to the prod version ?

Top comments (0)