Hi Everyone,
Seeking your kind expertise about the steps on how to upgrade redhat 8.1 to 8.10.
Thank you.
Gelmel
Hello
I am not an expert but here are my suggestions:
- make sure the target server has a valid subcribtion
- check for the available updates by executing the command "dnf check-update" with root,
this will provide you list of packages which updates are available,
- if you are good with it then simply execute the "dnf update" command,
you can add --exclude=package_name option to exclude any specific that you don't want to update. e.g. "dnf update --exclude=tar.x86_64"
* if you don't have root user access and sudoers is configured for your user then add "sudo" before each command e.g. "sudo dnf update"
* you may need to restart the server to load with the new kernel.
I hope it will help.
@gelms321 Disable a release lock on your RHEL 8.1system if any, Enable RHEL 8.10 repositories (rhel-8-for-x86_64-baseos-rpms, rhel-8-for-x86_64-appstream-rpms)
and then do an yum update and reboot.
If you are planning for further upgrade to RHEL 9.x , take a look below at the supported path :
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.