Problem/Motivation
The file system has to be writable to do the update
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 the file system is not writable.
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-3231996
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
tedbowAssigning to myself because I can't assign to @kunal.sachdev but I plan to work on it with him
for anyone looking for similar issues see #3230045: [Meta] Create validation listeners
Comment #7
phenaproximaComment #8
tedbowLooks good
Comment #10
phenaproximaComment #11
tedbowComment #12
kunal.sachdev commented