• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Unable to create the remote backup error (cache size problem)

ramherfer

New Pleskian
Since the last Plesk update, which I think is the trigger for my problem, and from the backup manager, full and incremental copies give the following error:
"" Unable to create the remote backup: Unable to resume an interrupted upload: Seek out of scope of a stream cache (current cache size: 6 MB, cached data size: 6 MB, required data size: 23 MB): The connectivity problem : (55) Failed sending data to the peer: Last FTP request: APPE backup_2111110018_2111120018.tar: Last FTP response: 150 Data transfer starting ""
I don't know where the cache size should be increased.
Can you help me please?
Thanks.
All the best,
RamHerFer
 
As a workaround, stream cache size can be increased in panel.ini (because of errors like 'Unable to resume an interrupted upload: Seek out of scope of a stream cache')
Code:
[pmm]
streamCacheSize = 24
Also, FTP resume attempts can be increased:
Code:
[pmm]
ftpMaxResumeAttempts = 5
ftpMaxResumeFailures = 10
 
Thanks Igor. I have made the modifications that you indicate and now it is working correctly. I had to put the value of the streamCacheSize = 1024 parameter, with a lower value the error continued. I do not know the maximum value and how it can affect the server.
Thanks for your help.
 
Hello,
We have the same problem on 5 servers after plesk update.
@IgorG : can i have more explanations about "streamCacheSize" and the value to use? to know what value to define
Also, this concerns the source server or the destination server?
 
Pretty sure this would be set on the source servers that's trying to do the upload to the FTP and I would just set it to however high you could (like start it at the error sized and work your way up or just go balls to the walls and set it to 1024 and increase it accordingly)
 
Hello,
We have the same problem on 5 servers after plesk update.
@IgorG : can i have more explanations about "streamCacheSize" and the value to use? to know what value to define
Also, this concerns the source server or the destination server?
Sorry, I don't work at Plesk anymore: Farewell post
 
Back
Top