cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.0 Upgrade Status stuck saying 'update pending'

Magento 2.0 Upgrade Status stuck saying 'update pending'

Hello,

 

I am currently attempting to upgrade magento from version .0 to the newest .6 version and the upgrade does not go past it saying 'update pending' as a status.

 

The console log is empty, does anyone know why this is happening?

29 REPLIES 29

Re: Magento 2.0 Upgrade Status stuck saying 'update pending'

We have the same issue it is stuck on the "Update Pending" - this is when i skip the Backup since the Backup does not work.

 

 

Re: Magento 2.0 Upgrade Status stuck saying 'update pending'

Hi,

I had the same issue as you.

For me the solution was to simply give the cron a little "kick".

Via. SSH I used:
"php bin/magento setup:cron:run"
and
"php bin/magento cron:run"

WHILE at the "Update pending" screen I typed the above commands into SSH and in seconds I could see more log output and eventually the upgrade completed. Sometimes it needs multiple cron "kicks" before being completed, I just typed above commands every time it seemed stuck.

Let me know if you need more info or something.

/Jonas

Re: Magento 2.0 Upgrade Status stuck saying 'update pending'

Jonas' solution is correct, i.e., the update will be run by the cron job.  I use the CLI to force the cron to run.

 

Mage 2.0 is roughly 50% command line, 50% admin.  Not sure how much I like that...

Re: Magento 2.0 Upgrade Status stuck saying 'update pending'

Magento 2.1.2; Installing Component (german language pack); same symptoms -> update hangs.

 

Jonas' solution worked as well; needed  about 5 kicks. (Thanx Jonas!)

 

Feel with bcornell -> why having s spiffy UI if you have to handcrank every second process anyway?

Re: Magento 2.0 Upgrade Status stuck saying 'update pending'

Wt type do u struggle in purchases

Re: Magento 2.0 Upgrade Status stuck saying 'update pending'

@Maheshdarling

I would like to help you but I really don't understand your question.
Could you maybe rephrase it? Smiley Happy

/Jonas

Re: Magento 2.0 Upgrade Status stuck saying 'update pending'

Hallo,

ich kenne mich nicht ganz so gut aus. Kannst du mir beschreiben wie du dein cron den 'Kick ' gibt's?

Danke Gruß Maik

Re: Magento 2.0 Upgrade Status stuck saying 'update pending'

Hallo Jonas,

kannst du mir erklären wie ich meinen Crone' den 'Kick' gebe? Ich verstehe nicht so viel von Magento. Ich danke dir. Gruß Maik

Re: Magento 2.0 Upgrade Status stuck saying 'update pending'

Hi,
@leckerschmecker
My German is not on point so I hope English will do.

The commands from previous post can be used via. SSH. You should be able to get SSH access from your domain host. When you have SSH access the just login from putty.exe or similar software (Google SSH software). When logged in navigate to the root of your Magento 2 domain and copy/paste above commands and hit enter.

If you need more help feel free to ask.

/Jonas