From Fedora Project Wiki

No edit summary
(update to note fedup has also now been replaced)
 
(51 intermediate revisions by 25 users not shown)
Line 1: Line 1:
[[Category:Documentation]][[Category:How to]][[Category:PreUpgrade]]
{{autolang|base=yes}}


PreUpgrade is an application users run on an existing Fedora 8 or above installation, that resolves and downloads packages required to upgrade Fedora. While PreUpgrade downloads the necessary packages, users are free to continue using their systems. This gives an experience similar to a live upgrade.  
{{admon/warning|Preupgrade is obsolete |Preupgrade does not at present and will not ever work for upgrading to {{FedoraVersion|long|18}}, or any version after that. It was replaced by [[FedUp]], which was itself replaced by the [[DNF_system_upgrade]] plugin.}}


{{admon/tip|PreUpgrade provides an upgrade directly to the latest version of Fedora.  It is not necessary to upgrade to intermediate versions.  (For example, it is possible to go from Fedora 9 to 11 directly.)}}
[[Category:Documentation]]
 
[[Category:How to]]
To use PreUpgrade to upgrade to a newer Fedora release:
[[Category:PreUpgrade]]
 
# Back up all important data before upgrading as a general best practice.
# Run the <code>yum update</code> command as root to make sure all packages are updated to their latest versions.
# Preupgrade is installed by default in recent versions. Run the <code>yum install preupgrade</code> command as root to install PreUpgrade otherwise.
# Run the <code>preupgrade</code> command as root to start the PreUpgrade application. If you prefer a command line application, run <code> preupgrade-cli </code> instead.
# Select the Fedora release you want to upgrade to on the ''Choose desired release'' screen, and click the ''Apply'' button.
# When all of the packages have downloaded, reboot your system to start the Fedora installer and upgrade to the next release.
 
After the upgrade is complete:
* Some packages may no longer be supported by the new release.  These can be identified with:
::<code>package-cleanup --orphans</code>
:You may wish to remove these packages because they will no longer get security updates, and they may cause later conflicts with supported packages.
* You should examine all ".rpmsave" and ".rpmnew" files created by the upgrade.  You may need to manually merge configuration files.
 
For further information, refer to the [[Features/PreUpgrade|PreUpgrade feature page]].

Latest revision as of 18:59, 2 November 2015

Warning.png
Preupgrade is obsolete
Preupgrade does not at present and will not ever work for upgrading to Fedora 18, or any version after that. It was replaced by FedUp, which was itself replaced by the DNF_system_upgrade plugin.