Sunday 26 July 2015

Steps to Install a Magento Security Patch

This tutorial requires you to have SSH access to your server.

Security patch? Whats that!

Every time there is a major leak discovered in Magento, the company releases a patch that fixes the issue. The patch is a small .sh file that you can upload to your server, and execute with a SSH command, we’ll get to that later. The reason why Magento releases these patches is that they can be applied very quickly. We have upgraded some very big Magento stores and it’s a long process that takes a lot of time. Especially if the Magento store has a lot extensions that might not be compatible with a newer version of the CMS. Patches save time, they only fix whats broken and nothing else.

How to install a Magento patch

Installing a patch is very simple. First, you have to go to the Magento downloads page to download the correct patch for your Magento version. After the download has finished you’ll have a compressed folder. Unzip the folder and you should see a .sh file. Log in to your FTP client and connect to your host. Upload the .sh file in the root folder of your Magento installation.
The second step is also the last step (we told you, patches are a very quick solution ;)). Log in to your server via SSH, and navigate to the root folder where your Magento installation is located. In the root folder, execute the following SSH command:
Thats all there is to it. If you have executed this command correctly, the following message wil be displayed:

No comments:

Post a Comment