• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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