Deploying database changes using Flyway
Published 11 October 2021
- Deployment approaches with Flyway
- Deploying database changes manually
- Automating deployment using a CI/CD tool
- Executing scripts before or after deployment via callbacks
- Baselining your downstream environments
- Checking production environments for drift
- Reviewing deployment script ahead of deployment
- Generating a deployment changes report
- Running code analysis
- Implementing a roll back strategy