Try to clear caches before updating (#522)
* Try to clear caches before updating * Add clear-compiled to maintenance cache list * Formatting
This commit is contained in:
@@ -49,6 +49,8 @@ class UpdateController extends Controller
|
||||
*/
|
||||
public function step1(Request $request)
|
||||
{
|
||||
$this->installerSvc->clearCaches();
|
||||
|
||||
if ($this->installerSvc->isUpgradePending()) {
|
||||
Log::info('Upgrade is pending');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user