Plesk

Cloned WP Toolkit instances are consuming all disk space on the Plesk server

Symptoms

Cause

Product issues:

  • #EXTWPTOOLK-9505 "Cloned site created by Smart Update is now properly deleted if Smart Update fails. (EXTWPTOOLK-9354 /"

    Fixed in:
  • #EXTWPTOOLK-9354 "Cloned site created by Smart Update is now properly deleted if Smart Update fails. (EXTWPTOOLK-9354 /"

    Fixed in:

Resolution

Please consider updating your server:

Workaround

As a workaround:

  1. Log in to Plesk.
  2. Go to Domains > example.com > File manager and remove orphaned .wp-toolkit directories

CLI solution

  1. Connect to the server via SSH
  2. Use the following command to find the cloned instances' IDs:

    # plesk ext wp-toolkit --list | grep '.wp-toolkit_'
    7 1 /httpdocs/.wp-toolkit_q 4 Broken true https://example.com/.wp-toolkit_q

  3. Execute the following command using the required instance's ID:

    # plesk ext wp-toolkit --remove -instance-id 7

Exit mobile version