Forum archive
Upgrade Magento from 1.7.0.2 to 1.8.1
After installed Magento 13.0 appliance and after run turnkey-init I logged in to Magento Connect trying to update it to 1.8.1 but I notice of some problem:
- in Magento Connect settings I'm not able to select "local filesystem" so I trying to change permission to www-data (chown -R www-data .) and it seems to work because after this I can select it.
- after this I check package update, I select all packages upgrade and after commit Magento crash. So, I trying to upgrade only package "Mage_all_latest" but Magento crash again return on frontend and backend the same page with message "Service not available".
Have you the same problem? Do you know when Magento turnkey appliance come out with 1.8.1?
As per this Magento forum post not only do you need to change ownership of /var/www/magento (which it sounds like you already have - FWIW this is a TKL bug which will hopefully be fixed in v13.1) but you also need to change the permissions level. So this is what I would do (you may not need to do the first line, but it's not a bad idea to be on the safe side):
Also, I imagine that the next TKL Magento release will include the latest stable upstream version of Magento (which will be v1.8.1 or later - depending on when the next TKL version is released and what the latest stable Magento version is at the time).