java -jar fedora-2.2.3-upgrade.jarNOTE: One of the changes with Fedora 2.2.3 was to update the bundled Tomcat instance to version 5.5.26, due to a shutdown bug with Tomcat. The simple process above will not automatically make this change to your existing installation. It is not required, but if you would like to upgrade to Tomcat 5.5.26, we recommend performing a full install of Fedora 2.2.3 instead.
java -jar fedora-2.2.2-upgrade.jarjava -jar fedora-2.2.1-upgrade.jarjava -jar fedora-2.2.2-upgrade.jarUpgrading from Fedora 2.1.1 does not require a rebuild. However, there are important changes to the packaging and configuration between 2.1.1 and 2.2.3. Notably, the Fedora Configuration File (fedora.fcfg) and the Fedora Web Deployment Descriptor (web.xml) have changed.
It is highly recommended that you backup your existing Fedora repository.
ALTER TABLE do RENAME TO dobj
Review the Installation and Configuration Guide. Note the following critical steps of the installation process:
When prompted for the installation type, select "custom".
When prompted for the Fedora home directory, DO NOT select the Fedora home directory of your previous installation: select a new directory.
When prompted for the Servlet engine, if you select an existing Tomcat installation, DO NOT select the servlet container of your previous Fedora installation.
If you select an existing servlet container, please make sure it is not running (or, ensure that it is not configured to automatically deploy web applications).
When prompted for the Database, select the database (i.e., mysql, oracle, etc.) you used with your previous installation of Fedora.
Use the same database username, password, JDBC url, and Driver Class used in the previous Fedora installation (refer to your old fedora.fcfg if needed).
Copy the following parameter values from your old fedora.fcfg to your new fedora.fcfg:
If you made any customizations to your previous fedora.fcfg, you may apply them now.
Follow the same steps as above for upgrading from 2.1.1.
Follow the same steps as above for upgrading from 2.1.1.
If you use the Resource Index, you will need to run a rebuild when finished. For instructions, see Rebuilding the Resource Index.
To upgrade from a Fedora version prior to 2.0, you must first migrate to version 2.0, then follow the appropriate upgrade steps above.