Tag Archives: DevOps

DevOps Day – Atlanta

No tour this year, but Redgate does have a few DevOps events scheduled. I’m hoping for more, and the first one for me this year is Atlanta. You can register for the DevOps Day Atlanta Workshop on May 15, just … Continue reading

Posted in Blog | Tagged , , , | Comments Off on DevOps Day – Atlanta

Database First or Application First

One of the challenges in software development is coordinating database and application changes when one depends on the other. I find many software development teams struggle with this, especially in today’s environments when no one wants to take a system … Continue reading

Posted in Editorial | Tagged | Comments Off on Database First or Application First

Database DevOps Metrics

The DORA organization is dedicated to helping others build software better and faster, at a higher quality, and in a way that is more efficient. They continue to compile and publish the Accelerate State of DevOps report every year, which … Continue reading

Posted in Editorial | Tagged | Comments Off on Database DevOps Metrics

Creating a GitHub Actions Self-Hosted Runner

I had to demo the Flyway Autopilot system recently and created a GitHub Actions runner as a part of that. This post documents how this went. First, if you go to the settings in a repo and click the Actions … Continue reading

Posted in Blog | Tagged , , | 2 Comments