Re: Fwd: yum rollback !!
Tim Lauridsen <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Satish Eerpini wrote: > well Fajar, i didnt quite understand your point, how is storage related > to the roll back functionality , ... ? > can u explain a bit , or refer some resources from where i can > understand this ? > > Thanks > Satish > The mayor problem with roleback is that you can't reverse the changes done by scriptlets in RPM, so it is not posible to do downgrade in a safeway. EX. rpm -ivh foo rpm -e foo these commands add a package and remove it again. the state of the system might not be the same before and after these commands, so a safe rollback is not possible. Tim