• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk automatic app update

jnarvaez

Basic Pleskian
Is there any log of what apps updates Plesk automatically?

I'm having lot of problems with clients that their apps has been updated (and broken) but I cannot be sure if it has been Plesk, how can I verify that?

BTW, is it possible to completely disable this "cool" feature so clients cannot enable it?
 
Tools & Settings>Application Vault>Update Settings

Hi IgorG, I know that option but that does not completely disable the feature. Plesk Panel is still recommending the user to enable the automatic app update.

So, if there is no way to disable it. Can you explain where is this option in the psa database so I can make a daily cronjob to disable all applications be updated by Plesk?

Regards
 
I'm not sure but try to check APSCatalogUpdates table in psa database.
 
I'm not sure but try to check APSCatalogUpdates table in psa database.

That's wrong. It is on the apsInstancesParameters table.

I created this daily cronjob to avoid Plesk update applications and cause problems. Hope it can help someone.

mysql -u admin -p`cat /etc/psa/.psa.shadow` psa -e "UPDATE apsInstancesParameters SET value='false' WHERE name='forceUpdates' and value='true';"

Plesk, you should include an option to disable this feature.
 
Back
Top