我对升级 Magento(运行 1.7.0.0)有一些疑问
我已经通过命令行获得了 root 访问权限,但是 upgrade-all 功能很长一段时间都没有执行任何操作。
当前命令已执行,但没有任何反应,知道吗?
[root@httpdocs]# ./mage mage-setup
Running initial setup...
Success
Success
Error:
channel-add: Channel 'community' already exist!
[root@httpdocs]# ./mage sync
[root@httpdocs]# ./mage upgrade-all --force
它确实知道有更新:
[root@httpdocs]# ./mage list-upgrades
Updates for community:
Mage_All_Latest: 1.7.0.0 => 1.7.0.2
Interface_Adminhtml_Default: 1.7.0.0 => 1.7.0.1
Mage_Downloader: 1.7.0.0 => 1.7.0.1
Interface_Frontend_Base_Default: 1.7.0.0 => 1.7.0.1
Magento_Mobile: 1.7.0.0.22.1 => 1.7.0.1.22.1
Mage_Core_Adminhtml: 1.7.0.0 => 1.7.0.1
Mage_Core_Modules: 1.7.0.0 => 1.7.0.2
Lib_Mage: 1.7.0.0 => 1.7.0.1
下面的代码确实做了一些安装,但是不知道为什么没有升级到1.7.0.2:
[root@httpdocs]# ./mage install connect20.magentocommerce.com/community Mage_All_Latest --force