• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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