简体   繁体   中英

Magento packages upgrading to same version

When upgrading magento via ssh, it upgrades to the same version... Here is an example:

./mage list-upgrades

returns 'Mage_All_Latest: 1.8.1.0 => 1.9.1.1' then I do:

./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force

which returns 'Package community/Mage_All_Latest 1.8.1.0 installed successfully'

TL;DR: Magento packages upgrade to the version they are already on, instead of upgrading to the newest version available.

You just need to upgrade list of modules by ./mage upgrade-all. You might have to replace mage with pear though.

When the process is complete you'll see a list of modules saying 'already installed', 'package upgraded' etc...

Some of links which will help you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM