• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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