• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Backup issue, wordpress toolkit

nisamudeen97

Regular Pleskian
Server operating system version
Ubuntu 24
Plesk version and microupdate number
Version 18.0.62
Hi,

I am getting the below error while trying to backup wordpress website using wordpress toolkit.


Failed to back up site

Task failed
filemng failed: zip error: Interrupted (aborting) filemng: /usr/bin/zip execution failed: *** buffer overflow detected ***: terminated
 
Hi,

I was able to find the below error in logs


INFO 2024/07/31 15:12:09 task=8125 process=8125 trace=878965:66aa382923aab Starting as 'run-plesk-task-8125.service' systemd unit with command: [/opt/psa/admin/bin/php /opt/psa/admin/plib/scripts/task-async-executor.php -task-id 786]



INFO 2024/07/31 15:12:28 task=8125 process=8125 Finished with exit code 1 and 'failure' status in 19.358565553s, unit finished in 19.141217s
 
I have contacted plesk support and work around was suggested from their side. It worked good for me. Important note:- Don't try removing existing zip package using apt-get remove zip, it will remove plesk core files. So Just follow the below steps only.

The R&D team have created an internal item with ID #EXTWPTOOLK-12140 for tracking purposes. The changes can be monitored in Obsidian change log:
https://docs.plesk.com/release-notes/obsidian/change-log/

The suggested workaround is as follows:

  1. Downgrade package zip_3.0-13 to zip_3.0-12
  2. Put the package zip_3.0-12 on hold so that it won't be updated until the fix is release
Here is the current status of zip package:
dpkg -l | grep -E '^ii\s+zip\s'
ii zip 3.0-13build1 amd64 Archiver for .zip files

And the commands as per workaround:

1. Download zip 3.0.12 package:

2. Downgrade the package
dpkg -i zip_3.0-12build2_amd64.deb

3. Put the package on hold
apt-mark hold zip
 
Back
Top