-
Bug
-
Resolution: Done
-
Major
-
None
-
6.11.0
Description of problem:
Currently, there are a lot of customers creating a backup of Satellite 6.11 over rhel7 to restore in a fresh server over rhel8. The issue is, some users have different id's from rhel7 and rhel8, causing permission issues during the restore process.
Version-Release number of selected component (if applicable):
6.11, 6.12
How reproducible:
100%
Steps to Reproduce:
1. Create a satellite on 6.11@rhel7
2. Create a backup using "foreman-maintain backup ..."
3. Install a fresh rhel8
4. Install a fresh 6.11 satellite over rhel8
Note. Some users will be with a different uid, for example, qpidd and puppet
5. Restore the backup using "foreman-maintain restore ..."
Actual results:
The process will fail because there are some restored files/directories that will keep the original permission from the rhel7 environment
Expected results:
Restore finished correctly with no issues, also, all the permission should be fixed, if necessary.
Additional info: