• 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.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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