• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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