Page 1 of 1

Update Rocky 8.7 to 8.9

Posted: Thu Feb 08, 2024 3:58 pm
by cah

Code: Select all

dnf check-update

dnf update
After this, /etc/os-release shows version 8.9 but 'uname-a' still shows '4.18.0-425.3.1.el8.
Reboot the server and the kernel became 4.18.0-513.11.1.el8_9.

All functions seemed to work fine except web server is showing a testing page.
Digging deeper and found /usr/lib/systemd/system/httpd.service was modified to default. The Apache server on the server is newer than the default one and I had created a working service file before. Once I restore the service file and reload it, it worked as expected.

Code: Select all

systemctl daemon-reload