Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Update Oracle Linux keep the release

Hi,
I want to update an Oracle Linux 8.4 with dnf command but i don't want that the update process update my OS to Oracle Linux 8.6 release.
Do you know how to do update my OS and keep my release OEL to 8.4?
Thanks for your help,
Matt
Best Answer
-
You can't pin it to a specific release. There is no point because the packages of 8.x are a (kind of) rolling release and every (minor) release is just a snapshot of a package state of that specific point in time. As soon as a new release (8.6 on top of 8.5 for example) is released, specific versions of components in 8.5 won't be patched anymore as there is a new release, that is part of 8.6. Some packages get a minor bump in versions but that's about it.
I know RedHat has some specific SAP HANA-(sub)releases that get a bit longer support but nothing major. And as every minor release contains all updates to a lot of packages this isn't advised.
It's just not how it works on EL-versions, you update EL8 to the latest release and don't look at the minor release. Maybe there are some breaking changes, for instance driver-modules that get dropped, but those are almost always deprecated at the start of the major release and not mid-cycle of the entire OS.
Answers
-
Why would you do that? There are no updates for 8.4 since the release of 8.5 so that's a long time ago.
-
Hi,
It's just an example.
An other example :
If my OS release is 8.5. How can i update it and keep the OS release 8.5.
If my OS release is 8.6. How can i update it and keep the OS release 8.6.
If my OS release is 8.7. How can i update it and keep the OS release 8.7.
etc...
Thanks for your help,
Matt
-
You can't pin it to a specific release. There is no point because the packages of 8.x are a (kind of) rolling release and every (minor) release is just a snapshot of a package state of that specific point in time. As soon as a new release (8.6 on top of 8.5 for example) is released, specific versions of components in 8.5 won't be patched anymore as there is a new release, that is part of 8.6. Some packages get a minor bump in versions but that's about it.
I know RedHat has some specific SAP HANA-(sub)releases that get a bit longer support but nothing major. And as every minor release contains all updates to a lot of packages this isn't advised.
It's just not how it works on EL-versions, you update EL8 to the latest release and don't look at the minor release. Maybe there are some breaking changes, for instance driver-modules that get dropped, but those are almost always deprecated at the start of the major release and not mid-cycle of the entire OS.
-
Ok, thank you for your feedback.
Matt