destination->server; if (! $server->isFunctional()) { return 'Server is not functional'; } StopDatabase::run($database); return StartDatabase::run($database); } }