Applicable to:
- Plesk for Linux
- Plesk for Windows
Symptoms
-
Remote backups are created with an error
Error:
Export error: The size of the volume backup_0000000000.tar2 2146421760 does not match the expected one 2146435072. The remote backup may not be restored.
Error:
Unable to validate the remote backup. It may not be restored. Error: Unable to extract dump header -
The following entries are logged to
backup.log
in/var/log/plesk/PMM/backup-<datetime>
or%plesk_dir%PMM\logs\backup-<datetime>
Curl error: (28) Timeout was reached: Last FTP request: STOR backup_0000000000.tar2: Last FTP response: 150 Ok to send data
Curl output: > SIZE backup_0000000000.tar2
Curl output: > APPE backup_0000000000.tar2
ExportError Export error: The size of the volume backup_0000000000.tar2 2146421760 does not match the expected one 2146435072. The remote backup may not be restored. [common/plesk-utils/PMM/pmm-ras/pmm-ras.cpp:ExportError]
Cause
A reused connection timed out before the backup could be completed.
Resolution
-
Add the following section to turn off connection reuse
[pmm]
ftpForbidReuseConnection = 1 -
Save the changes
Comments
0 comments
Please sign in to leave a comment.