• 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.

Automatic updates

Status
Not open for further replies.

danliker

Silver Pleskian
Plesk Certified Professional
Hello

Does anybody now where the "Automatic updates" settings are stored?
looks like it is not in the misc table of the psa db.

any idea?

best regards
daniel
 
mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e "select * from smb_settings where name = 'automaticUpdates'"
+----+------------------+-------+
| id | name | value |
+----+------------------+-------+
| 24 | automaticUpdates | true |
+----+------------------+-------+
 
Status
Not open for further replies.
Back
Top