Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Releases: upgrades-migrations/redhat-upgrade-tool

New build 0.8.0

06 Sep 11:26
3b6f5ad
Compare
Choose a tag to compare
  • Added the rollback capability using LVM snapshots. It is recommended to use the snapshot capability only when:
    • arch: x86_64
    • snapshot partition should not be smaller than original partition
    • system is completely under LVM - except of /boot partition
    • whole system is stored on the root partition
      • eventually, we discovered that system is possible to recover even with /var on separate partition in case it is snapshotted as well

The solution is not perfect and still contains bugs. E.g. after the rollback, you have to reinstall the redhat-upgrade-tool RPM and run redhat-upgrade-tool --clean manually to finish complete rollback. You should still think about rollbacks as about the last possible chance to recover your system when upgrade fails. It is still highly recommended to do proper testing of upgrade on non-production system(s) first to minimalize risks.

New build 0.7.52

12 Jun 21:09
448678d
Compare
Choose a tag to compare

Enhancements:

  • Add option to disable /boot size check
    Resolves: rhbz#1518317
  • Add --force option to manpage

New build 0.7.51

08 Nov 13:59
b6299f1
Compare
Choose a tag to compare

Fixed:

  • Remove dependency on preupgrade-assistant-el6toel7 package
  • Fail with proper error message when .treeinfo is not available
    Related: rhbz#1486439

Enhancement:

  • Check if upgrading to the RHEL version allowed by the Preupgrade Assistant
    Resolves: rhbz#1436310

New build 0.7.50

25 Sep 08:50
Compare
Choose a tag to compare

Fixed:

  • Decompress kernel modules (applies to RHEL 7.4+)
    Resolves: rhbz#1486962

New:

  • Add rpm dependency on preupgrade-assistant-el6toel7 which is required to be used (through the Preupgrade Assistant) in order to upgrade the system

New build 0.7.49

16 Jun 11:26
Compare
Choose a tag to compare

Fixed

  • Check for sufficient space in /boot
    Related: RHBZ#1361219

New

  • Downloading treeinfo if .treeinfo not in repo
    Related: RHBZ#1410949
  • Support for new treeinfo format of RHEL7.4 repos
    Related: RHBZ#1456809

New build 0.7.48

06 Dec 19:30
Compare
Choose a tag to compare
  • Support Preupgrade Assistant 2.2.0
  • Fix: HTTPS repo URL with --noverifyssl option

New build 0.7.47

07 Oct 13:51
Compare
Choose a tag to compare

Allow Unicode characters in raw_input - fix traceback caused by Unicode characters that appear in raw_input prompt message during the import of GPG keys.
Related: rhbz#1150029

New build 0.7.46

07 Sep 15:09
Compare
Choose a tag to compare

Revert change from release 0.7.45: "New return codes from preupgrade-assistant."

New build 0.7.45

30 Aug 12:36
Compare
Choose a tag to compare
  • New return codes from preupgrade-assistant.
  • Support include in .repo files.
  • Prompt user to accept GPG key import.
  • Fix PYCURL ERROR 22 - remove tool cache at the start of the tool.

New build 0.7.44

25 Jul 13:02
Compare
Choose a tag to compare
Fixed tool failure with AttributeError due to check_inplace_risk().

- Resolves: rhbz#1356806