Actions
Bug #26538
closedUpgrade step drop_apache_foreman_group fails when the user is not member of the group
Difficulty:
Triaged:
No
Description
When the apache user is not part of the foreman group, the upgrade fails.
The code in https://github.com/theforeman/foreman-installer/blob/5a4f0d98390491fe4042f97d28ab779de8c709d0/katello/hooks/pre/30-upgrade.rb#L166-L179 does check for the user not being in the group, but the method does not return "true" (or anything else that can be interpreted as a positive result) and thus the rest of the installer thinks it failed.
Updated by Evgeni Golov over 5 years ago
- Project changed from Katello to Installer
- Category deleted (
Installer)
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/339 added
Updated by Evgeni Golov over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 308c1935fbbc6226c74fb7c102242f4779cc7a6b.
Updated by Ewoud Kohl van Wijngaarden over 5 years ago
- Fixed in Releases 1.22.0 added
Updated by Tomer Brisker over 5 years ago
- Category set to foreman-installer script
Actions