From 66be0fdd579050375421ad54dc25cf35bac0845c Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Tue, 15 Dec 2020 16:52:30 +0200 Subject: Implemented several fallbacks to PPC update failure ! --- .../PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs index 77646da40..7c835165f 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs @@ -95,5 +95,11 @@ namespace Tango.PPC.Common.MachineUpdate /// /// Task RunPostUpdatePackages(); + + /// + /// Restores the last database backup. + /// + /// + Task RestoreLastDatabaseBackup(); } } -- cgit v1.3.1