mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
make the instance restore process better understandable
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
6037b4402b
commit
d288bdd023
7 changed files with 80 additions and 57 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue