include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
| ![[Tip]](./stylesheet-images/tip.png) | Installations are Recommended | 
|---|---|
| In general, the Fedora Project recommends that you keep user data on a
	separate  | 
If you choose to upgrade your system using the installation program, any software not provided by Fedora that conflicts with Fedora software is overwritten. Before you begin an upgrade this way, make a list of your system's current packages for later reference:
rpm -qa --qf '%{NAME} %{VERSION}-%{RELEASE} %{ARCH}\n' > ~/old-pkglist.txtAfter installation, consult this list to discover which packages you may need to rebuild or retrieve from non-Fedora software repositories.
Next, make a backup of any system configuration data:
su -c 'tar czf /tmp/etc-`date +%F`.tar.gz /etc'
su -c 'mv /tmp/etc-*.tar.gz /home'Make a complete backup of any important data before performing
      an upgrade.  Important data may include the contents of your
      entire /home directory as
      well as content from services such as an Apache, FTP, or SQL
      server, or a source code management system. Although upgrades are
      not destructive, if you perform one improperly there is a small
      possibility of data loss.
| ![[Warning]](./stylesheet-images/warning.png) | Storing Backups | 
|---|---|
| Note that the above examples store backup materials in a
	 | 
For more information on completing the upgrade process later, refer to Section 17.2, “Finishing an Upgrade”.