Rollback

Case Study: Rolling Back Changes in a CI/CD Pipeline

The Scenario Imagine a situation where a development team has recently added a new feature that required changes to the database schema. The feature has been deployed to production but soon after, issues start appearing. Immediate action is needed, and the team decides to roll back the database changes. For […]

Case Study: Rolling Back Changes in a CI/CD Pipeline Read More »

Implementing Rollback Strategies in CI/CD Pipelines

The Importance of Rollbacks In an ideal world, every change to a database would be flawless, and every migration would work perfectly. However, the reality is that mistakes happen—be it a poorly written SQL script, unforeseen incompatibilities, or unexpected side effects. That’s where rollbacks come in. A rollback strategy is

Implementing Rollback Strategies in CI/CD Pipelines Read More »

Scroll to Top