• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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