cancel
Showing results for 
Search instead for 
Did you mean: 

How to Tell if System Upgrade is Still Running via Web Interface

How to Tell if System Upgrade is Still Running via Web Interface

How can you tell if the System Upgrade is actually running or it has halted?

 

see Screen Shot: https://drive.google.com/open?id=0Bytqhoir_Tt5WTdMTHh4ZlRqV2c

1 REPLY 1

Re: How to Tell if System Upgrade is Still Running via Web Interface

Hello,

 

You can temporarily disable cron jobs. (just for debugging )

 

And run processes manually via command line:

php /Users/pektsekye/www/magento2/update/cron.php
/Users/pektsekye/www/magento2/bin/magento setup:cron:run

 

Then again:

php /Users/pektsekye/www/magento2/update/cron.php

 

 

This way you will always see if process is still running or it is complete or there is some error.

 

 

PS: Don't forget to enable cron job. Magento will not work without it. 

 

Stanislav