Improve notification message for TCP Proxy container restart to include database name
This commit is contained in:
parent
319c3023dc
commit
f7ef339ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ private function updateDatabaseStatus(string $databaseUuid, string $containerSta
|
|||
})->first();
|
||||
if (! $tcpProxyContainerFound) {
|
||||
StartDatabaseProxy::dispatch($database);
|
||||
$this->server->team?->notify(new ContainerRestarted('TCP Proxy for database', $this->server));
|
||||
$this->server->team?->notify(new ContainerRestarted("TCP Proxy for {$database->name}", $this->server));
|
||||
} else {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue