AlmaLinux / almalinux-deploy

EL to AlmaLinux migration tool.
GNU General Public License v3.0
542 stars 71 forks source link

Make almalinux-deploy.sh safer when conversion errors occur. #214

Open digirave opened 6 months ago

digirave commented 6 months ago

Hello,

I noticed when almalinux-deploy.sh fails converting which in most cases will be at "dnf distro-sync -y " step.

Then the server release packages etc are converted to AlmaLinux even if the conversion is aborted. Then if you boot the server, almalinux-deploy.sh will NOT try to do the failed steps after "dnf distro-sync -y ".

There should be a way to try to run the steps after "dnf distro-sync -y". If not automated at least documentation to do so.

Thank you. Have a nice day.