Using Drupal Automatic Updates with patches
Automatic Updates is a module included in Drupal CMS that keeps code up to date. To do that, it copies just the files required for an update to a temporary directory and runs the update there. If there are no problems, it copies the update back to the Drupal site. The problem we ran into on Drupal Forge was that Automatic Updates did not copy patches we applied to improve the user experience. During automatic updates, our patches were not applied.
- Read more about Using Drupal Automatic Updates with patches
- Log in or register to post comments