• 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

Disabling automatic updates from the commandline

MerlijnH

Basic Pleskian
Hello,

We do not wish to use the automatic update service from plesk, and always disable this function. This can be done using the interface under Settings -> Server Settings.

However as all of the other upgrade steps can easily be done without having to go into Plesk itself, I want to perform this task using the CLI or XML-RPC API. After reading the documentation a couple of times I have not been able to find this option in there, can anyone enlighten me please?

Cheers,

Merlijn
 
This feature has actually been added a while ago, and is available through the following command:

/usr/local/psa/bin/server_pref -autoupdates false
 
Back
Top