|
|
|
|
|
by mgkimsal
2132 days ago
|
|
"outside your control" is key here. you're assuming a rollback would work. in many cases, some external system changes without your knowledge, and you're only seeing those changes on production. I've got a client that has data feeds from multiple vendors. some are pulls, some are... "hey, we'll FTP this file to you". the file format has changed - unannounced - at least 3 times in the past... 15 months. Then something breaks on production, but you don't know what. You need to get on that machine and take a look. "Redeploy the older working version" doesn't do anything except re-introduce more problems in these instances. |
|