Skip to content

Instantly share code, notes, and snippets.

@dannymcc
Created May 5, 2012 20:18
Show Gist options
  • Save dannymcc/2605327 to your computer and use it in GitHub Desktop.
Save dannymcc/2605327 to your computer and use it in GitHub Desktop.
Magento 1.5 to 1.6
rm -rf /var/cache session
./mage mage-setup .
./mage config-set preferred_state stable
./mage list-installed
./mage list-upgrades
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
./shell php indexer.php reindexall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment