• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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