Automatic Background Updates Unreliable, Difficult to Debug
-
I have two separate sites that did not automatically update from 4.0.0 to 4.0.1. In both cases I can’t tell why.
Updating manually works fine. Additionally, the update-core.php pages does *not* say anything about future updates so presumably a configuration problem somewhere.
I’ve tried:
- Searching the entire wordpress directory for instances of AUTOMATIC_UPDATER_DISABLED. It is not defined anywhere and only occurs in class-wp-upgrader.php
- Searching the entire wordpress directory for instances of WP_AUTO_UPDATE_CORE. It is not defined anywhere and only occurs in class-wp-upgrader.php
- Searching the entire wordpress directory for instances of automatic_updater_disabled. There are no add_filter calls anywhere and only occurs in class-wp-upgrader.php
- Searching the entire wordpress directory for instances of auto_update_core. This one simply does not occur anywhere.
Grepping for magic constants is really not an ideal way to manage configuration. A better UI for this would be really helpful.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Automatic Background Updates Unreliable, Difficult to Debug’ is closed to new replies.