Actions
Bug #17191
closedFailed upgrade step doesn't prevent the following steps to proceed
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1382503
Description of problem:
If there is an issue with running a step in the pre-upgrade script,
the upgrade script continues with the execution. This might lead to more
serious issues later in the upgrade and complicates the debugging.
Steps to Reproduce:
1. run upgrade in which some migration steps fail
Actual results:
The upgrade continues with next steps
Expected results:
The upgrade fails immediately, providing enough information about the error.
Actions