mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Started crash recovery mechanism
This commit is contained in:
@@ -322,6 +322,17 @@ class IInstaller(IPlugin):
|
||||
|
||||
"""
|
||||
|
||||
def recovery_routine(self):
|
||||
"""Revert configuration to most recent finalized checkpoint.
|
||||
|
||||
Remove all changes (temporary and permanent) that have not been
|
||||
finalized. This is useful to protect against crashes and other
|
||||
execution interruptions.
|
||||
|
||||
:raises .errors.PluginError: If unable to recover the configuration
|
||||
|
||||
"""
|
||||
|
||||
def view_config_changes():
|
||||
"""Display all of the LE config changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user