1. Take snapshot instance before update Rocky Linux 9
How to : https://docs-epc.gitbook.io/ncs-documents/compute/instance/managing-instance-s/taking-snapshot-s
2.Check OS and Kernel detail
sudo cat /etc/os-release
3.Run Command Check Available Updates
4.Run Command Update
5.After update finish, the status will show "Complete!"
6.Check OS and Kernal detail
7.Check Service on the instance
Roll back steps
In case the service not running properly, We can roll back as step below
Create Volume from Snapshot : https://docs-epc.gitbook.io/ncs-documents/storage/block-storage/managing-volume-s/creating-from-a-volume-snapshot
Create Instance from Volume : https://docs-epc.gitbook.io/ncs-documents/compute/instance/launching-instance-s/launching-from-a-bootable-volume
Last updated 1 year ago
sudo uname -r
sudo yum check-update
sudo yum update -y