• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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