Upgrade from RHEL 8.8 to RHEL 8.10

Steps

  1. Set the system release to RHEL 8.10 using the subscription manager.
  2. Verify that the correct repositories are enabled.
  3. Run the following dnf command to upgrade the system to RHEL 8.10:
    dnf --releasever=8.10 --allowerasing --setopt=deltarpm=false distro-sync --skip-broken --nobest
    Note: This command includes --skip-broken and --nobest options to work around a known issue where missing dependencies like libidn2.so.0 and libunistring.so.0 may prevent the upgrade from completing.