Downgrading to Older Versions
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:
1# mv /etc/yum/protected.d/systemd.conf /etc/yum/protected.d/systemd.conf.backupUndo the required yum transaction:
1# yum history undo <transaction_ID>Restore the systemd configuration file from backup:
1# mv /etc/yum/protected.d/systemd.conf.backup /etc/yum/protected.d/systemd.conf