Skip to content

Commit

Permalink
[leapp] include /etc/migration-results in collected files
Browse files Browse the repository at this point in the history
This was introduced in [1] to collect various details about the upgrade
process and can be useful for debugging.

[1] oamg/leapp-repository@06605fa

Signed-off-by: Evgeni Golov <[email protected]>
  • Loading branch information
evgeni committed Sep 11, 2024
1 parent c828223 commit a5c4e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/report/plugins/leapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Leapp(Plugin, RedHatPlugin):

def setup(self):
self.add_copy_spec([
'/etc/migration-results',
'/var/log/leapp/dnf-debugdata/',
'/var/log/leapp/leapp-preupgrade.log',
'/var/log/leapp/leapp-upgrade.log',
Expand Down

0 comments on commit a5c4e1f

Please sign in to comment.