cancel
Showing results for 
Search instead for 
Did you mean: 

Stuck during system upgrade 2.0.2 -> 2.0.3

Stuck during system upgrade 2.0.2 -> 2.0.3


------------------------------------ Console Log -------------------------------------------------
[2016-03-31 23:01:03 AEDT] Job "maintenance_mode {"enable":true}" has been started
[2016-03-31 23:01:03 AEDT] Magento maintenance mode is enabled.
[2016-03-31 23:01:03 AEDT] Job "maintenance_mode {"enable":true}" has successfully completed
[2016-03-31 23:01:03 AEDT] Job "update {"components":[{"name":"magento/product-community-edition","version":"2.0.3"}]}" has been started
[2016-03-31 23:01:03 AEDT] Starting composer update...
[2016-03-31 23:01:03 AEDT] ./composer.json has been updated

----------------------------------------------------------------------------------------------------------

 

It is been a long 10 hours without further updates...

Smiley Mad

4 REPLIES 4

Re: Stuck during system upgrade 2.0.2 -> 2.0.3

Re: Stuck during system upgrade 2.0.2 -> 2.0.3

hummm..
I had the same issue.
nothing seems done at the backend.
So I remove the update flag and maintenance flag.

Then wait for 2.0.4..

 

2.0.4 is out now.

And I went into the same problem again...
--------------------------------------- Console Log -----------------------------------------------

[2016-04-02 11:30:03 AEDT] Job "maintenance_mode {"enable":true}" has been started
[2016-04-02 11:30:03 AEDT] Magento maintenance mode is enabled.
[2016-04-02 11:30:03 AEDT] Job "maintenance_mode {"enable":true}" has successfully completed
[2016-04-02 11:30:03 AEDT] Job "update {"components":[{"name":"magento/product-community-edition","version":"2.0.4"}]}" has been started
[2016-04-02 11:30:03 AEDT] Starting composer update...
[2016-04-02 11:30:04 AEDT] ./composer.json has been updated

 

 

Any one? any idea?

Re: Stuck during system upgrade 2.0.2 -> 2.0.3

This works for me.

composer require magento/product-community-edition 2.0.4 --no-update
composer update
rm -rf var/di var/generation
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento indexer:reindex


Thanks "woei66" from https://github.com/magento/magento2/issues/3961#issuecomment-204455298

 

 

 

Re: Stuck during system upgrade 2.0.2 -> 2.0.3

Did you check your apache and php logs? I just had the same issue and saw that it was a memory timeout for composer.  Increased it to 4gb and it updated ok.