Issue Unable to create the remote backup

max2334

New Pleskian
Server operating system version
Debian 11.11
Plesk version and microupdate number
Plesk Obsidian v18.0.63
Hi,
since a few days we got this error:

Unable to create the remote backup: Transport error: Unable to resume an interrupted upload: Requested data is out of the cached data (current cache size: 5 MB, cached data size: 5 MB, required data size: 11 MB): The connectivity problem: (55) Failed sending data to the peer: Last FTP request: STOR backup_2409080006_2409220006.tar: Last FTP response: 150 Opening BINARY mode data connection for backup_2409080006_2409220006.tar

any idea, how to fix this issue?`
 
You can try following to increase cache size
Code:
[pmm]
ftpMaxResumeAttempts = 5
ftpMaxResumeFailures = 10
streamCacheSize = 24
 
Back
Top