Tag: flywaydb

  • How to automate database migration in Spring Boot using flywaydb?

    Let’s say you want to migrate your database to another environment. For example , you have your database set up in development environment and you want to migrate that to test environment. The traditional way to do that is to create scripts for each database change , store them in a file and fire them…