I second that. I haven’t seen any data, and am unsure when it will be released to quick / simple scripts, etc. and wanted to manually upgrade my 1.6.20 which I just built the past 2 weeks! :(
There are many community resources that describe the “typical” upgrade path. Look through the links at https://www.google.com/search?source=ig&q;=upgrade+site:magentocommerce.com/knowledge-base#hl=en&sclient;=psy-ab&q;=upgrade+site:magentocommerce.com/wiki&oq;=upgrade+site:magentocommerce.com/wiki&aq;=f&aqi;=&aql;=&gs;_nf=1&gs;_l=serp.3...26037.26425.0.26568.4.4.0.0.0.0.88.321.4.4.0.21Vsr6PGmaQ&pbx;=1&bav;=on.2,or.r_gc.r_pw.r_cp.r_qf.,cf.osb&fp;=fa26e36cff8eb195
Unfortunately, many of the upgrade paths don’t guarantee absolute success. One of the “better” guides is at http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/installing_magento_via_shell_ssh
It has links to more information about upgrades.
I would like to suggest one resource, if you really want to update your Magento Store. But before updating do take a backup of Magento Store and then update. Here is the link to update Magento store. http://websitedesigncompany.edublogs.org/2012/04/25/magento-modules-and-extensions-how-to-install-and-update/
There is not much good information out there. I have a simple question, for those “in the know” who don’t mind answering this question for those of us that have pretty much built carts, and moved on (not responsible for upgrading/updating).
Question: Do we use Magento Connect to update Magento from 1.6.20 to 1.7?
Is that all we should be doing rather than wasting time looking for a way to upgrade? I have not found much information about this, and the info I have found is confusing and over reaching.
Same question as above. I am upgrading http://www.santblanc.com from 1.6 to 1.7. Should I use the connect? Is there anything I need to do with the custom files? Also, I am having a problem with the pages jumping to the right:
example page here: http://www.santblanc.com/watches.html
I’m sure it is css but i have tried everything that I know to fix the issue.
I was able to successfully upgrade from 1.6.1 to 1.7.0 using Magento Connect Manager.
Here are the steps I followed, I apologize if I leave something out, I am going off of memory at this point. This was what I had to do to go from 1.6.1 to 1.7.0, the steps may be a bit different based on your installation and what extensions you have.
1. Go to http://yourdomain.com/magento/downloader/ (of course, make this match your installation’s path.
2. Because I had installed Magento using tar.gz package provided with a skin I wanted to use, Magento Connect didn’t have all the extensions listed for upgrading. I had to type “connect20.magentocommerce.com/community/Mage_All_Latest” in the “Install New Extensions / Paste extension key to install” 3. If you run into an error along the lines of “CONNECT ERROR: Package ‘Mage_All_Latest’ is invalid” repeated several times, once for each package, it is because the files already exist, and you have to remove a line of code in order for it to over-write data. Follow the instructions in this post to fix that. I would comment it out rather than delete the lines though.
4. After everything has updated, you will probably have some errors. Make sure you clean the cache and session directories (delete everything in /var/cache and /var/session) 5. If you receive a “500 Internal Server Error” it is more than likely because of file and folder permissions. Follow the instructions on this wiki. The simplest method on there, and the way I achieve success was to download the “Magento Cleanup Tool” and run it. It took .5 sec to reset all of the permissions to what they needed to be.
6. If you receive a “Service Temporarily Unavailable The server is temporarily unable to service your request” error on a Magento formatted header, it is probably because the store is set to offline mode to prevent visitors from screwing up the installation process. To fix this, delete the “maintenance.flag” file found in the root of your magento installation directory.
7. Everything should be good to go!
I hope this helps somebody out, because I went into this blindly and was expecting to screw everything up, but after searching for solutions to every issue I ran into along the way, I arrived at a working installation of 1.7.0!
EDIT: I can’t say that it was completely without errors. Here is what I have experienced so far:
* Haven’t found out how to see/ set the mobile skin to the new HTML5 version
* Buttons in backend have 3 icons instead of 1 (see image)
Lets imaging that you have old Magento 1.3.x / 1.4.x store and you need to upgrade it to latest Magento 1.6.x or 1.7.x version. First of all it is highly recommended to backup your live store files / database and disable Magento compiler cache
Next you need to get SSH access from your hosting provider and connect to your server via SSH protocol (using Linux command shell or Putty program for Windows). After connection via SSH, go to your store folder and execute these commands:
full story:
http://www.phpzag.com/magento-upgrade-guide/
Succesfully installed from 1.6.2.0 to 1.7.0.2 version. Updated lot of modules at once using Magento Connect Manager.
No problems at all, on installation process it detected some packages dependencies that where solved by installing the problematic modules at the end.
The installation cleans the cache automatically but as others recommended I deleted the var/cache and var/session folders, just in case.
For now I only have the 3 icons issue, everything else functioning like a clock.
Forget to comment, I’m using Windows7 Ultimate SP1, updated magento through http, not ftp.