|
|
|
|
|
by seanwilson
850 days ago
|
|
> Someone writes the migration, commits it, it passes the build and unit test stages of the pipeline, then the application as currently running passes all function and integration tests with (and this is important) both the prior and the revised schema. Your commit is tagged as release ready! Not long after, the automation tooling confidently executes the now-tested migration under machine control during the next deploy, everyone goes home happy What happens if something goes really wrong after the production deploy? Is there a way to skip steps if you need to quickly push an emergency fix? |
|