Applicable to:
- Plesk 10.x for Windows
- Plesk 11.x for Windows
- Plesk 11.x for Linux
- Plesk 12.0 for Windows
- Plesk 12.0 for Linux
Symptoms
Cannot create backups in FTP repository, backups are stored in server repository.
In log files there are errors like:
# less /usr/local/psa/PMM/logs/backup-2013-11-29-00-54-02-643/backup.log
..............................
[2013-11-29 01:19:42.861|30771] INFO: CurlError[76931fac-9dab-42b3-86c2-48b87d6ae33f^@]: Curl error: Upload failed (at start/before it took off) [./ftp.cpp:345]
void plesk::tFtpConnection::UploadFile(const string&)
[2013-11-29 01:19:42.862|30771] INFO: tRepository::StreamError[1dc709e1-11c7-4e1e-87ac-b6f8cac0bb2f^@]: Stream error: Transport error: unable to put local file /usr/local/psa/PMM/tmp/backup/backup_info_1311290054.xml.tar to backup_1311290054.tar: Curl error: Upload failed (at start/before it took off) [./repository.cpp:356]
void plesk::tRepository::Put(const string&, const string&, bool)
..............................
Cause
The cause is the lack of available disk space on FTP-server.
If in backup settings the maximum number of backups in repository is specified, the scheme of backup creation in personal FTP repository looks like:
- Creation of the backup on the server
- Uploading the backup to FTP repository
- Removing the oldest backup on the FTP repository (if the maximum number of backups is reached).
Resolution
Free enough disk space on the FTP server so that it is possible to upload a backup.
Comments
0 comments
Please sign in to leave a comment.