mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Fix database restart to skip unnecessary Docker cleanup (#7293)
This commit is contained in:
commit
9aff301442
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue