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
Actions