Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ProcessEight/cec6f454fd7047b9ecd0faf31db6ed71 to your computer and use it in GitHub Desktop.
Save ProcessEight/cec6f454fd7047b9ecd0faf31db6ed71 to your computer and use it in GitHub Desktop.
Applying SUPEEs to Magento - a checklist
  • (/) Check the patch release notes for any dependencies. Some patches need to have other patches applied/reverted before they can be applied successfully
  • (/) Check if earlier patches need to be reverted and a newer version installed first
  • (/) Download patch
  • (/) Make it executable
  • (/) Run patch helper
  • (/) Apply patch
  • (/) Move the patch file to /app/etc/patches
  • (/) Manually add files created by the patch to git
  • (/) Commit the patch changes before manually merging any changes
  • (/) Manual merge classes (using the list from patch helper - compare with Magicento)
  • (/) Manual merge themes (using the list from patch helper - compare with Magicento)
  • (/) Clear cache
  • (/) Run sys:setup:run
  • (/) Test relevant areas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment