Actions
Bug #20486
closedkatello-restore hangs; integration with foreman-installer
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Backup & Restore
Target version:
Description
If you just call "katello-restore /path/to/backup", the restore hangs on the step to reset Katello.
The problem is that foreman-installer --scenario katello --reset" prompts the user, and the script is not written to handle the prompt.
Updating the script as follows fixes the problem:
`echo y | foreman-installer --scenario katello --reset`
Noticed in Katello 3.4.2 and Foreman 1.15.2
Updated by John Mitsch over 7 years ago
- Category set to Backup & Restore
Duplicated by http://projects.theforeman.org/issues/20277/
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release set to 166
Actions