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

Question How to update wp-toolkit

Dmytro

Basic Pleskian
Server operating system version
CloudLinux 8.6
Plesk version and microupdate number
18.0.48
Hi. On most servers I see that wp-toolkit has new version 6.0.0-6858 , but of my servers is still using 5.12.3-6596 and I can't see any updates in panel for a few days after I updated other servers.
I tried to click "check update" , tried to upgrate wp-toolkit extension using CLI and etc, but nothing changed. Is where any options to force update because new version has fixes I really need on this server?
Thank you
 
Hello.
You can download WPTK 6.0 here WordPress Toolkit - Plesk Extensions and install by CLI or Plesk GUI.
GUI installation requires an option in the panel.ini
Code:
[ext-catalog]
extensionUpload = true

P.S. It is possible to install directly from ext.plesk.com using the CLI command with the --install-url option.
For example:
Code:
plesk bin extension --install-url https://ext.plesk.com/packages/11c14ec5-354d-4f36-8cfb-a8ae6abc7436-wp-toolkit/download?6.0.0-6858
 
Thanks, I did it using upgrade command:

Code:
plesk bin extension --upgrade-url https://ext.plesk.com/packages/11c14ec5-354d-4f36-8cfb-a8ae6abc7436-wp-toolkit/download?6.0.0-6858
 
Back
Top