Rollback
Everything on SkillVeris tagged Rollback — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 2 libraries
Study Notes(2)
Transactions and COMMIT/ROLLBACK
How to group SQL statements into transactions and use COMMIT and ROLLBACK to make or undo their effects.
Rollback and Incident Response in CI/CD
Learn how to design pipelines that can quickly and safely revert a bad deployment, and how rollback strategy fits into a broader incident response process.
Interview Questions(4)
What is a Transaction in a Database?
A transaction is a sequence of one or more database operations that executes as a single, indivisible unit of work — either every operation succeeds and commit…
What is a Deadlock in Database?
A deadlock in a database happens when two or more transactions each hold a lock the other needs, so every transaction involved waits forever and none can proce…
What is a Kubernetes Deployment and How Does It Manage Rollouts?
A Kubernetes Deployment is a controller object that manages a set of identical Pods through a ReplicaSet, declaratively keeping the desired number of replicas…
What are Build Artifacts in CI/CD?
A build artifact is the versioned, immutable output produced by a CI pipeline's build stage — such as a compiled binary, a Docker image, or a packaged archive…