Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. This method checks differences between the versions and applies them.
  2.  
  3.  
  4. 1) Download the .diff from: https://magento.com/tech-resources/download under dropdown for version required. (Not all versions have .diff files. Possibly use the .sh new patch file else locate)
  5.  
  6. 2) Upload the downloaded file to root of Magento installation.
  7.  
  8. 3) Using terminal/ssh cd to magento root.
  9.  
  10. 4) Run the command patch -p1 -i the_downloaded_file_from_step_1_with_extension
  11.  
  12. 5) Follow prompts in terminal. Using Y for yes.
  13.  
  14. 6) Check/test patch applied successfully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement