• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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