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

Detect patches applied to 8.6 and 9.5.4 servers?

HostaHost

Regular Pleskian
Since the web interface doesn't bother to tell you, and the /usr/local/psa/version file doesn't bother to tell you, is there a specific command or series of commands that can be run to ensure all plesk 8 and 9 micro updates have been installed other than running the autoinstaller manually to see if it thinks they're all updated? I'm sure it's checking the same things I want to check myself so I just need a list of what those things are since I can't trust it to work correctly.
 
Yes, you can check this file as such

grep 'patch version' /root/.autoinstaller/microupdates.xml
<patch version="17" timestamp="" />

You can use this command to install them if your not at the latest version
/usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base
 
Back
Top