Redgate Flyway

Tutorial - Move from state to migrations-based deployments

  1. Capture a baseline that represents your production environment and generate or add migration scripts to your project.

  2. Update your pipeline to make sure prepare is using migrations as the source instead of the Schema Model. 
    1. In addition, you'll need to run flyway baseline as a one-off step for each of your target environments so the baseline script is not reapplied to these existing environments.





Didn't find what you were looking for?