• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

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