mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update warning message for ipa server uninstall
Fix adds an additional recommendation message for taking backup of existing data and configuration before proceeding to ipa server uninstallation procedures. Fixes https://fedorahosted.org/freeipa/ticket/6548 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
parent
d8343a96dd
commit
ae2d0a2217
@ -966,7 +966,9 @@ def uninstall_check(installer):
|
||||
|
||||
if installer.interactive:
|
||||
print("\nThis is a NON REVERSIBLE operation and will delete all data "
|
||||
"and configuration!\n")
|
||||
"and configuration!\nIt is highly recommended to take a backup of "
|
||||
"existing data and configuration using ipa-backup utility "
|
||||
"before proceeding.\n")
|
||||
if not user_input("Are you sure you want to continue with the "
|
||||
"uninstall procedure?", False):
|
||||
raise ScriptError("Aborting uninstall operation.")
|
||||
|
Loading…
Reference in New Issue
Block a user