Software Engineering ยท DevOps
Reverting a system to the previous deployed version after a new release causes problems.
Example: Reverting to the last working version after a bad release.
In practice: A rollback only undoes the deployed code โ if the bad release also wrote bad data or ran an irreversible migration, reverting the code alone won't fix that.