MySql as Infrastructure as Code using standard tools can be unsafe

The delivery of your MySql Database as Infrastructure as Code can be a challenge. Moreover, it can be also unsafe for your data! Why? Most standard tools designed to run Db scripts (including EF migrations) rely on Db transactions. Any script failure during the release pipeline rollbacks the Db into a previous state. The problem…