make the instance restore process better understandable

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-04-24 12:57:23 +02:00
parent 6037b4402b
commit d288bdd023
7 changed files with 80 additions and 57 deletions

View file

@ -115,6 +115,7 @@ class DockerController
public function StartBackupContainerTest(Request $request, Response $response, $args) : Response {
$config = $this->configurationManager->GetConfig();
$config['backup-mode'] = 'test';
$config['instance_restore_attempt'] = 0;
$this->configurationManager->WriteConfig($config);
$id = self::TOP_CONTAINER;