7.11. Downgrading to Older Versions¶
Warning
Back up the system before downgrading.
You can roll back updates by undoing the respective yum transactions with the yum history undo
command.
If systemd is to be downgraded as part of the rollback, perform the procedure as follows:
Back up the systemd configuration file:
# mv /etc/yum/protected.d/systemd.conf /etc/yum/protected.d/systemd.conf.backup
Undo the required yum transaction:
# yum history undo <transaction_ID>
Restore the systemd configuration file from backup:
# mv /etc/yum/protected.d/systemd.conf.backup /etc/yum/protected.d/systemd.conf
Version 7.5 — Dec 12, 2024