• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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