- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020
06:58 AM
05-15-2020
06:58 AM
Reverting a Magento 2 Debug Patch via composer
Magento support has provided me with a debug patch to collect data for a support request, which they have instructed me to install and then revert.
Installing the patch goes just fine, however, I cannot find any instructions on how to revert a patch via composer. The only method they provide is through git, but we do not have it set up on our environment.
Is there a way to revert a patch via composer?
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024
09:56 PM
05-16-2024
09:56 PM
Re: Reverting a Magento 2 Debug Patch via composer
Thankfully it’s not that difficult. The easiest way is to follow the steps you used to originally apply the patch, but this time using ‘ -R’ at the end of the command.
sh patch-file-name.sh -R