• 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

Resolved Wordpress toolkit CLI, can't enable smart update from CLI

Exou

New Pleskian
Hi,

I tried to enable smart updates with wordpress toolkit cli using this command:
plesk ext wp-toolkit --smart-update -instance-id 1

(I changed instance-id for right wordpress installation using list command: plesk ext wp-toolkit --list)
which I found from here:

When I try to use that command it gives me this error:
root@server ~ # plesk ext wp-toolkit --smart-update -instance-id 294
Operation "" is not recognized. The following operations are available: enable, disable, status
exit status 3

even if I just try command:
plesk ext wp-toolkit --smart-update
it gives me same error message

I am using Wordpress toolkit deluxe and everything should be up to date.

Tried this with other server as well and same error.
 
Could you please add your operating system, Plesk version and version of the WP Toolkit that you are using? It will be needed to file this as a report.
 
OS
Ubuntu 20.04.6 LTS
Product
Plesk Obsidian
Version 18.0.56 Update #1, last updated on Oct 25, 2023 09:19 AM
WP Toolkit
Version 6.2.10-7566

And on our license information page it shows:
Plesk Edition Web Host Edition
WP Toolkit Deluxe On
 
The documentation is incomplete. The correct command would be

Code:
# plesk ext wp-toolkit --smart-update -instance-id 1 -operation enable

We'll update the documentation soon.
 
Back
Top