What is the first priority during a major outage?
- A Restore service, using a workaround if necessary
- B Determine the root cause
- C Write the postmortem
- D Identify who caused it
Answer
Restore service, using a workaround if necessary
Root cause analysis belongs to the review afterwards. Debugging while users are down extends the impact unnecessarily.





