I've found that this only happens when using rhel and rhel-satellite with leapp. The release is set to the latest 'major.minor' version instead of just 'major' which would allow for updating between versions seemlessly:
[root@satellite ~]# subscription-manager release --show
Release: 8.6
A list of all available releases can be gathered by using 'subscription-manager release --list', but I will just set it to '8':
[root@satellite ~]# subscription-manager release --set 8
After you've set the release, clean up the cache and refresh the subscription:
[root@satellite ~]# subscription-manager refresh
[root@satellite ~]# dnf clean all
[root@satellite ~]# rm -rf /var/cache/dnf /var/cache/yum
When you're done, check for updates again:
[root@satellite ~]# dnf -4y --refresh --disableplugin 'foreman-protector' check-update
You should now see all the latest updates from rhel8 as well as the update to rhel 8.7.
Feel free to comment and / or suggest a topic.
Comments
Post a Comment