• 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

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