Skip to content

Instantly share code, notes, and snippets.

@pbarker3
Last active April 7, 2018 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbarker3/2d45d671d5d17cb5a4b77cf58e28ab7d to your computer and use it in GitHub Desktop.
Save pbarker3/2d45d671d5d17cb5a4b77cf58e28ab7d to your computer and use it in GitHub Desktop.
Update Magento 1.9 SSH
cd ~/public
chmod 750 mage
./mage mage-setup .
./mage config-set preferred_state stable
./mage sync
./mage install https://connect20.magentocommerce.com/community Mage_All_Latest --force
php shell/indexer.php reindexall
rm -rf downloader/.cache/ var/cache/
n98-magerun cache:flush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment