Database Migration in Continuous Integration Processes

Source – Dzone.com How to use the open source tool Flyway to automatically migrate databases in your CI pipelines.   When talking about source code migration, everything is simple. My team uses Git, Maven, and Jenkins to deliver code to the production server. But what do we do with database migration? How do we track it make sure that everything works properly after a new build? Flyway is a perfect tool that greatly simplifies our data migration process, and as a

Read more