ManuelGDot
Basic Pleskian
Since one of the latest updates I'm receiving backup errors on a daily basis. None of the error message claims holds true - backups are created successfully on FTP space.
Here's an example error message:
Error messages vary - sometimes it's this, sometimes another. On top, the error messages never fit the actual scheduled backup time but occur 4-5h later (the backups don't take that long).
Here's an example error message:
Code:
Server
Plesk entry point: https://...:8443/
The following error occurred during the scheduled backup process:
Unable to upload the file to the storage: Stream error: /check2/test: Curl error: Unable to resume an interrupted upload: (56) Failure when receiving data from the peer: Last FTP request: MKD check2: Last FTP response: 257 "check2" new directory created: Connection to the FTP server has lost
Check that you have permissions to upload files to the storage. You can check it independently with the commands:
echo 123 | curl -T - --ftp-create-dirs -v --ftp-pasv --ssl -k -u username 'ftp://...//test-dir/test-file.txt'
curl -v --ftp-pasv --ssl -k -u username 'ftp://...//test-dir/'
Error messages vary - sometimes it's this, sometimes another. On top, the error messages never fit the actual scheduled backup time but occur 4-5h later (the backups don't take that long).