Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. * (/) Check the patch release notes for any dependencies. Some patches need to have other patches applied/reverted
  2. before they can be applied successfully
  3. * (/) Check if earlier patches need to be reverted and a newer version installed first
  4. * (/) Download patch
  5. * (/) Make it executable
  6. * (/) Run patch helper
  7. * (/) Apply patch
  8. * (/) Move the patch file to /app/etc/patches
  9. * (/) Manually add files created by the patch to git
  10. * (/) Commit the patch changes before manually merging any changes
  11. * (/) Manual merge classes (using the list from patch helper - compare with Magicento)
  12. * (/) Manual merge themes (using the list from patch helper - compare with Magicento)
  13. * (/) Clear cache
  14. * (/) Run sys:setup:run
  15. * (/) Test relevant areas
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement