Auto Update of WordPress doesn’t work
-
Hello there,
one of our 190 WordPress installations doesn’t auto update to v5.2.4. 189 installations do – this one doesn’t. We would be so happy if someone could help us with this problem or tell us where we could investigate it more.
What we tried so far:
– wp-config.php:
Addeddefine('WP_AUTO_UPDATE_CORE', 'minor');
ordefine('WP_AUTO_UPDATE_CORE', true);
although this shouldn’t be necessary.
—> doesn’t help– Used the plugin https://www.ads-software.com/plugins/background-update-tester/
—> says “PASS” to all four tests:PASS: Your WordPress install can communicate with www.ads-software.com securely.
PASS: No version control systems were detected.
PASS: Your installation of WordPress doesn’t require FTP credentials to perform updates.
PASS: All of your WordPress files are writable.This site is able to apply these updates automatically. Cool!
– Added the filter
add_filter( 'auto_update_core', '__return_true' );
—> doesn’t help– We activated WordPress error logging and didn’t see any errors in debug.log after surfing a while on front- and backend.
The WordPress itself runs smoothly without any flaws. On the same server we have about 100 WordPresses running in the exact same environment (PHP7.1, MySQL5.7.27) without background update problems.
Some weeks ago we posted here another problem with background auto updates of another of our WordPress installations and we got helped. The problem there was Basic Auth set on the particular WordPress. But this time the WordPress is not behind Basic Auth.
Thank you all for your help in advance and many greetings
– doffine
- The topic ‘Auto Update of WordPress doesn’t work’ is closed to new replies.