• 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!
  • 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.

FTP backup limit stopped working

KamilR

Basic Pleskian
I've recently discovered Plesk FTP backup limit stopped wroking. Old backups are not being deleted and the FTP repository is filling up, causing backup uploads to fail.
 
This is all I got in the log:

<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="error" log-location="/opt/psa/PMM/sessions/2012-11-14-040202.367/migration.result">
<message id="b459e712-0ecb-4ae9-856a-3f0f192e46ff" severity="error" code="fatal">
<description>Runtime error</description>
</message>
<message id="ad394432-40e4-46f8-8f5e-b2eebb2df5e4" severity="error" code="ExportFailed">
<description>The dump have been made successfully but can not be imported to FTP due to errors.
The dump 'backup_info_1211140402.xml' have been leaved at repository '/opt/psa/PMM/tmp/backup2m6uGW'. Please export it manually</description>
</message>
<message id="7b784db7-94c5-4f1f-86be-26589b22e346" severity="error" code="FtpError">
<description>Can't upload file '/opt/psa/PMM/tmp/backup2m6uGW/backup_info_1211140402.xml.tar' to ftp: Error during write to file
Transfer aborted
596.809 seconds (measured here), 41.13 Mbytes per second
?
</description>
</message>
</execution-result>

There's no info why it didn't delete excess backups.
 
Can't upload file '/opt/psa/PMM/tmp/backup2m6uGW/backup_info_1211140402.xml.tar' to ftp: Error during write to file
Transfer aborted
596.809 seconds (measured here), 41.13 Mbytes per second

Looks like that problem in ftp timeout. Try to increase it.
 
I'm guessing this error relates to FTP disk space being full. Previousely backups were being deleted and uploaded without any problems and nothing has changed on FTP server.
 
Back
Top