From Fedora Project Wiki

No edit summary
(use some cunning wiki magic to provide correct link to instrepo URL for current nominated compose)
Line 1: Line 1:
# Do a full system update and reboot
# Do a full system update and reboot
# Install the latest version of {{package|fedup}} from the stable or updates repository
# Install the latest version of {{package|fedup}} from the stable or updates repository
# Find the repository URL for the TC or RC you are testing. This should be of the form <nowiki>https://dl.fedoraproject.org/pub/alt/stage/<compose>/Server/<arch>/os/</nowiki> - you can use the Server or Workstation tree, the upgrade image is the same
# Find the installation repository URL for the compose you are testing. If you are testing the current compose, the correct location should be {{#if:{{CurrentFedoraCompose|compose}}|{{code|<nowiki>https://</nowiki>dl.fedoraproject.org/pub/alt/stage/{{CurrentFedoraCompose|release}}_{{CurrentFedoraCompose|milestone}}_{{CurrentFedoraCompose|compose}}/Server/(arch)/os}}|{{code|<nowiki>https://</nowiki>kojipkgs.fedoraproject.org/mash/{{#if:{{CurrentFedoraCompose|rawhide}}|rawhide-{{CurrentFedoraCompose|date}}/rawhide|branched-{{CurrentFedoraCompose|date}}/{{CurrentFedoraCompose|release}}}}/(arch)/os}}}} - replace {{code|(arch)}} with the correct arch
#* <compose> is the TC/RC you are testing - e.g. 21_Beta_TC1
# Start the upgrade prep by executing:
#* <arch> is the name of the arch running on the install to be upgraded (i386, x86_64 ...)
#* {{command|1=sudo fedup --network <version> --instrepo <URL> (--product=<desired product>)}}
# Start the upgrade prep by executing following command
#* {{code|<version>}} is the version of Fedora you are upgrading to (currently {{FedoraVersion||next}})
#* {{command|1=sudo fedup --network <version> --instrepo <URL> --product=<desired product>}}
#* {{code|<URL>}} is the location found in the previous step
#* <version> is the version of Fedora you are upgrading to (currently {{FedoraVersion||next}})
#* {{code|<desired product>}} is the Fedora Product you want to upgrade to ('workstation' if you had GNOME installed, for example). This must be specified for upgrades from releases before Fedora 21 to Fedora 21 or later
#* <URL> is the location found in the previous step
#* <desired product> is the Fedora Product you want to upgrade to ('workstation' if you had GNOME installed, for example)
# If you need to use a local mirror to test a brand new change, start the upgrade prep by executing the following command:
# If you need to use a local mirror to test a brand new change, start the upgrade prep by executing the following command:
#* {{command|1=su -c 'fedup --network <version> --instrepo <URL> --disablerepo=fedora --repourl fedora-local=<URL-LOCAL>'}}
#* {{command|1=su -c 'fedup --network <version> --instrepo <URL> --disablerepo=fedora --repourl fedora-local=<URL-LOCAL>'}}
#* <URL-LOCAL> is the location of a local fedora repo if needed for faster response speeds
#* {{code|<URL-LOCAL>}} is the location of a local fedora repo if needed for faster response speeds
# Check {{filename|/var/log/fedup.log}} file to see if any errors show up in the output from {{command|fedup}}
# Check {{filename|/var/log/fedup.log}} file to see if any errors show up in the output from {{command|fedup}}
# Reboot the system if {{command|fedup}} has completed without error
# Reboot the system if {{command|fedup}} has completed without error
# Once the system reboots, there should be a new entry in the GRUB menu titled {{command|System Upgrade}}
# Once the system reboots, there should be a new entry in the boot menu titled {{code|System Upgrade}}
# Select the {{command|System Upgrade}} option from the GRUB menu
# Select the {{code|System Upgrade}} option from the boot menu
# The system should boot into the upgrade process and a fedup progress screen should be displayed
# The system should boot into the upgrade process and a fedup progress screen should be displayed
#* Pressing the <ESC> key should switch from the graphical progress screen to the text progress information display
#* Pressing the <ESC> key should switch from the graphical progress screen to the text progress information display
# Once the upgrade process has completed, the system will reboot and an option to boot {{FedoraVersion|long|next}} will be on the grub menu
# Once the upgrade process has completed, the system should reboot and an option to boot the new release should be on the grub menu
# Log in to upgraded system, open a terminal, file browser, or other system applications.
# Log in to the upgraded system, open a terminal, file browser, or other system applications.

Revision as of 01:12, 16 December 2014

  1. Do a full system update and reboot
  2. Install the latest version of Package-x-generic-16.pngfedup from the stable or updates repository
  3. Find the installation repository URL for the compose you are testing. If you are testing the current compose, the correct location should be https://kojipkgs.fedoraproject.org/mash/branched-20240424.n.0/41/(arch)/os - replace (arch) with the correct arch
  4. Start the upgrade prep by executing:
    • sudo fedup --network <version> --instrepo <URL> (--product=<desired product>)
    • <version> is the version of Fedora you are upgrading to (currently 41)
    • <URL> is the location found in the previous step
    • <desired product> is the Fedora Product you want to upgrade to ('workstation' if you had GNOME installed, for example). This must be specified for upgrades from releases before Fedora 21 to Fedora 21 or later
  5. If you need to use a local mirror to test a brand new change, start the upgrade prep by executing the following command:
    • su -c 'fedup --network <version> --instrepo <URL> --disablerepo=fedora --repourl fedora-local=<URL-LOCAL>'
    • <URL-LOCAL> is the location of a local fedora repo if needed for faster response speeds
  6. Check /var/log/fedup.log file to see if any errors show up in the output from fedup
  7. Reboot the system if fedup has completed without error
  8. Once the system reboots, there should be a new entry in the boot menu titled System Upgrade
  9. Select the System Upgrade option from the boot menu
  10. The system should boot into the upgrade process and a fedup progress screen should be displayed
    • Pressing the <ESC> key should switch from the graphical progress screen to the text progress information display
  11. Once the upgrade process has completed, the system should reboot and an option to boot the new release should be on the grub menu
  12. Log in to the upgraded system, open a terminal, file browser, or other system applications.