bluescrubbie
Total Posts: 21
Joined: 2009-10-01
This worked for me to upgrade from 1.4.3.2 to 1.5.1.
BACKUP YOUR DATABASE BEFORE STARTING!!
from inside the directory you wish to install magento:
wget http://www.magentocommerce.com/downloads/assets/1.5.0.1/magento-1.5.0.1.tar.gz
tar -zxvf magento-1.5.0.1.tar.gz
mv magento/* magento/.htaccess .
chmod o+w var var/.htaccess app/etc
chmod -R o+w media
chmod o+x mage # the copy I got was not owner executable
rm -rf var/* # if it’s not empty
./mage mage-setup .
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force # --force prevents errors
rm -rf magento/ magento-1.5.0.1.tar.gz
EDIT app/etc/local.xml before visiting a page!
Turnkeye.com
Total Posts: 865
Joined: 2008-12-20
URL: turnkeye.com
If you get this error during upgrade:
upgrade - all : Invalid stability in compareStabilities argument
Try to replace this command:
./ mage upgrade - all -- force
With:
./ mage install http : //connect20.magentocommerce.com/community Mage_All_Latest --force
Signature
█ Turnkey Ecommerce Solutions
█ Magento Design
█ Magento Development
Twitter | Facebook
glideranderson
Total Posts: 18
Joined: 2011-04-08
when using the upgrade_all --force, it will install beta versions, however I just want to upgrade to the next stable version (like magento v.1.5.1.0). How do I do that?
Ross
Total Posts: 335
Joined: 2007-08-31
Scarborough, North Yorkshire, UK
set to stable if you don’t want ‘beta’
./ mage config - set preferred_state stable
Signature
Ross Kendall - Web Developer - rosskendall.com - sparrowcreative.co.uk
misterpatrick
Total Posts: 74
Joined: 2010-03-30
I’m trying to run some package updates and like other am getting “Uri doesn’t contain host part”. Anyone figured out what is causing this?
dotprkirk
Total Posts: 48
Joined: 2008-04-22
misterpatrick - 03 August 2011 06:36 PM
I’m trying to run some package updates and like other am getting “Uri doesn’t contain host part”. Anyone figured out what is causing this?
That’s the exact problem I’m running into. I can’t figure it out, and there’s no real documentation regarding this.
Posted: October 5 2011
| top
| # 23