rocky-tools
rocky-tools copied to clipboard
[BUG] migrate when "epel-next-release" still exists but OS already on Centos 8 Linux
dnf swap centos-linux-repos centos-stream-repos
dnf distro-sync
dnf swap centos-stream-repos centos-linux-repos
dnf distro-sync
this server I done convert to Centos Stream and convert back to Centos Linux after that I use script migrate to rockylinux.
this bug will show error "Could not remove packages from the rpm db:"
so I force remove with "yum remove epel-next-release"
@dev-hyperweb Converting from CentOS Stream and CentOS Linux is not relevant to Rocky Linux migration script.
sorry, look like problem not clear to you
I meant my server done convert to Stream and convert back to Linux
and after this I use script migrate and after that It already mention above
The conversion back was not done properly. epel-next-release should only be installed or at least only enabled on CentOS stream systems.
That said, I can look into adding a check for this.