I am never thinking about doing rollback on production, downgrade is nice on dev machine when you work on multiple branches. I'd rather do database restore and code restore to pev version.
I would not roll out new code with migrations without ad-hoc db backup. Any new code as well.
I would not roll out new code with migrations without ad-hoc db backup. Any new code as well.