• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Howto disable automatic updates completely ?

RenéJ

New Pleskian
Dear Forum,

is there any way to disable automatic updates completely ? Because the lowest option in the panel is:

"Notify me about available updates but do not automatically install them" (Critical security updates will still be installed automatically.)

And while I can't figure out, which files are going to be updated even on this minmalistic setting, I have to disable it completely.
 
I hope this param in misc table will help:

mysql> select * from misc where param="disable_updater";
+-----------------+-------+
| param | val |
+-----------------+-------+
| disable_updater | false |
+-----------------+-------+
1 row in set (0.00 sec)
 
Back
Top