• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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