• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Does Smart Update Disable WordPress Auto Updates

sixullc

New Pleskian
What I'm wondering is if Plesk WordPress Toolkit Smart Updates has an option to disable the WordPress Auto Updates. Because Smart Updates is using AI to test updates first, so I don't want WordPress to auto-update anything as that completely defeats the purpose of having Smart Updates in the first place? Shouldn't it do this automatically?

So just to be clear, I would like Plesk WordPress Toolkit Smart Updates to handle all updates for WordPress websites.

And I would like the WordPress built-in Auto Update feature completely disabled and preferably hidden from the WordPress admin completely.

Is this possible?
 
And I would like the WordPress built-in Auto Update feature completely disabled
Just go to Autoupdate Settings and set it to No:

Screenshot 2022-06-14 at 15.23.42.png

To complete hiding SmartUpdate feature add this to panel.ini:

Code:
[ext-wp-toolkit]
showSmartUpdates = 0
 
What I'm wondering is if Plesk WordPress Toolkit Smart Updates has an option to disable the WordPress Auto Updates. Because Smart Updates is using AI to test updates first, so I don't want WordPress to auto-update anything as that completely defeats the purpose of having Smart Updates in the first place? Shouldn't it do this automatically?

So just to be clear, I would like Plesk WordPress Toolkit Smart Updates to handle all updates for WordPress websites.

And I would like the WordPress built-in Auto Update feature completely disabled and preferably hidden from the WordPress admin completely.

Is this possible?
We've got you covered.

1. WordPress Toolkit already controls native WordPress autoupdate mechanism. If you don't want any autoupdates, switch them off as IgorG has suggested above -- this will turn things off in WordPress itself.
2. If you enable Smart Updates together with automatic updates, WordPress Toolkit will run them together, meaning your autoupdates will be running through Smart Updates first. If there are no issues found by Smart Updates, then updates will be installed automatically. If there are any issues, updates won't be installed and you will be notified, so you can make an informed decision.
 
Back
Top