A guide to upgrade Magento 1 to the latest version, on MDOQ.
Prerequisites
- Web SSH configured
Guide
- Create an instance
- SSH into your instance
- Within the web console run the following commands
N.B: Look out for any 'failed to delete' or permission issues. You can delete any files manually by doing rm -r [file here] -
e.g rm -r var/package/blah.pkg
If you see any errors like 'Package blah conflicts with: blah', this can be ignored
4. Make sure mage
is still executable chmod +x ./mage;
5. Install the upgrade ./mage upgrade-all --force
At this point Magento will now be on the latest version.
- You will need to test the site to confirm everything is well.
- You will need then to commit the newly installed files to source control