- 3,708,780 Users
- 2,241,126 Discussions
- 7,840,613 Comments
Forum Stats
Discussions
Categories
- 22 Industry Applications
- 3.2K Intelligent Advisor
- 4 Insurance
- 746 On-Premises Infrastructure
- 251 Analytics Software
- 21 Application Development Software
- 1.7K Cloud Platform
- 700.4K Database Software
- 17.4K Enterprise Manager
- 4 Hardware
- 107 Infrastructure Software
- 70 Integration
- 45 Security Software
Can we _definitely_ get free updates for Oracle Linux 8 until 2029?

Hi, I understand that yum.oracle.com hosts public repositories to allow end-user systems to download security updates and package RPM's for OL8 free of charge 😊
Questions!
- Is Oracle committed to providing OL8 updates free of charge, right up until RHEL8's end date in 2029?
- To save internet bandwidth when updating lots of servers, is it permitted to make a private repo mirror of parts of yum.oracle.com using WGET or RSYNC?
- Is the uln-yum-mirror script supported on OL8 (as another way to make a private repo mirror)?
- uln-yum-mirror requires an Oracle Linux Support subscription CSI. What support product level is needed? Also, is it required to purchase Oracle Linux Support subscriptions for all our OL systems - or just for the single OL system that runs uln-yum-mirror?
Many thanks for any insights.
- Martin
0
Best Answer
-
Avi Miller-Oracle Senior Manager, Oracle Linux and Virtualization Product Management Melbourne, AustraliaPosts: 4,656 Employee
- Yes
- Yes. We don't currently support rsync, but you can use reposync to mirror all the repos. You could also use something like Spacewalk or Pulp instead.
- Not yet, but you can run it on Oracle Linux and sync Oracle Linux 8 packages. We are planning on releasing an OL8 version of it, though.
- The
uln-yum-mirror script
is provided as a convenience. It requires only Network level access (which is the minimum required to get access to ULN). You don't need to purchase support for all your systems, just those for which you require support. You don't need to purchase support to sync from yum.oracle.com.
6
Answers
uln-yum-mirror script
is provided as a convenience. It requires only Network level access (which is the minimum required to get access to ULN). You don't need to purchase support for all your systems, just those for which you require support. You don't need to purchase support to sync from yum.oracle.com.Thanks Avi, that's very helpful