Changes between Version 1 and Version 2 of DownGradeProblems

Show
Ignore:
Author:
james (IP: 65.172.155.230)
Timestamp:
07/11/09 03:00:54 (9 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DownGradeProblems

    v1 v2  
    1717   ext3->ext4. 
    1818 
    19 The long and short is downgrades are possible right now. We don't expose them trivially b/c of all the trouble people get into when they perform them.  
     19 * Currently the depsolver doesn't work very well for downgrades, as it can't downgrade extra packages. However you can use tools like yum-debug-dump and yum-debug-restore, which should include all packages needed. 
    2020 
    21 If you only want to perform a simple downgrade from a minor version or release update of a package then your best bet is to use yumdownloader to fetch the older version and then using '''rpm -Uvh --replacepkgs --replacefiles --oldpackage file.rpm''' to downgrade it. 
    22  
     21There is now a downgrade command.