I'm trying to upgrade my Oracle Linux OS from 6.8 t0 7.x version by following the steps provided here https://docs.oracle.com/en/operating-systems/oracle-linux/7/relnotes7.5/ol7-upgrade-ol6.html
However, I'm getting stuck with the below step where I get the treeinfo not found error.
redhat-upgrade-tool-cli --network=7.5 --instrepo=http://yum.oracle.com/repo/OracleLinux/OL7/UEKR5/RDMA/x86_64 --debuglog=/tmp/upgrade.log --cleanup-post
ERROR
redhat_upgrade_tool.yum ERROR: Error downloading .treeinfo or treeinfo from repo http://yum.oracle.com/repo/OracleLinux/OL7/UEKR5/RDMA/x86_64/: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
I'm not sure whether it's possible to do an in-place upgrade for OLS or not, any help would be really appreciated.