Merge branch 'next' into shadow/fix-docker-time-command

This commit is contained in:
Andras Bacsai
2025-11-28 10:25:42 +01:00
committed by GitHub
318 changed files with 21712 additions and 4743 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class RestartDatabase
if (! $server->isFunctional()) {
return 'Server is not functional';
}
StopDatabase::run($database);
StopDatabase::run($database, dockerCleanup: false);
return StartDatabase::run($database);
}