This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
Releases: upgrades-migrations/redhat-upgrade-tool
Releases · upgrades-migrations/redhat-upgrade-tool
New build 0.8.0
- 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
Enhancements:
- Add option to disable /boot size check
Resolves: rhbz#1518317 - Add --force option to manpage
New build 0.7.51
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
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
New build 0.7.48
- Support Preupgrade Assistant 2.2.0
- Fix: HTTPS repo URL with --noverifyssl option
New build 0.7.47
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
Revert change from release 0.7.45: "New return codes from preupgrade-assistant."
New build 0.7.45
- 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
Fixed tool failure with AttributeError due to check_inplace_risk(). - Resolves: rhbz#1356806