Does anyone know how to disable auto updates across the whole server. I have several wordpress installations, which have been fine for years (some installed manually and some through the panel) and recently an upgrade to plesk has switched all the Wordpress installations to autoupdate, which is causing the config.php of each installation to become corrupted.
I can go through manually and restore from a back up for each, but were talking about a lot of installations.
IS there a way to do turn this off, maybe at the command line?
Check auto updates settings on the following pages:
Tools & Settings > Application Vault > Update Settings
Applications > My Apps > Wordpress
Also there are the following command line options:
/usr/local/psa/bin/server_pref --update -aps-force-updates <true|false>
/usr/local/psa/bin/server_pref --update -aps-suggest-updates <true|false>
/usr/local/psa/bin/aps --install ... -aps-force-updates <true|false>