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();
|
})->first();
|
||||||
if (! $tcpProxyContainerFound) {
|
if (! $tcpProxyContainerFound) {
|
||||||
StartDatabaseProxy::dispatch($database);
|
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 {
|
} else {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue