Workshop Exercise - Check if Upgrade Undone

Table of Contents

Objectives

Guide

In the previous exercise, we rolled back our three tier application servers. Now we will take a closer look at where that has left us and consider next steps.

Step 1 - Our State After Rolling Back

In this step, we will repeat the observations we made on our host after the upgrade with the expectation that everything is back as it was before the upgrade.

TASK [Fail if database db01 did not contain table 26-06-2024-17-56]

Looking at the table listing above, there is a table 27-06-2024-05-08 which corresponds to application functionality verification after the rollback was completed, however, table 26-06-2024-17-56 is not present.

What does this tell us about the snapshot scope implemented by our rollback playbook?

Business units will not be happy about loss of data, so make sure to raise awareness of the risk to application data when “everything scope” snapshots are employed.

Step 2 - What’s Next?

No matter what the reason is for rolling back, the next step will be to decide what to do next.

Conclusion

In this exercise section, we reviewed the state of our three tier application servers after rolling back and we considered next steps for some different scenarios.

In the next and final section of the exercise, we’ll review what we learned and explore some additional things you may want to play with in the workshop lab environment.


Navigation

Previous Exercise - Next Exercise

Home