cancel
Showing results for 
Search instead for 
Did you mean: 
gelms321
Cadet
Cadet
  • 104 Views

Redhat 8.1 upgrade to 8.10

Hi Everyone,

Seeking your kind expertise about the steps on how to upgrade redhat 8.1 to 8.10.

Thank you.

Gelmel

 

2 Replies
cyb3rx
Flight Engineer
Flight Engineer
  • 76 Views

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.

Chetan_Tiwary_
Community Manager
Community Manager
  • 61 Views

@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 :

Screenshot from 2024-10-30 16-18-18.png

0 Kudos
Join the discussion
You must log in to join this conversation.