Problem/Motivation
The needs to be enough disk space to download the next version of Drupal
Proposed resolution
For general instructions see the parent issue: #3230045: [Meta] Create validation listeners
The subscriber should subscribe to events `\Drupal\automatic_updates\AutomaticUpdatesEvents::READINESS_CHECK` and `\Drupal\automatic_updates\AutomaticUpdatesEvents::PRE_START`
it should add a Error validation result if there no enough disk space.
actual check will be something like in 8.x-1.x https://git.drupalcode.org/project/automatic_updates/-/blob/8.x-1.x/src/...
Issue fork automatic_updates-3231997
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
tedbowComment #5
phenaproximaComment #7
phenaproxima