• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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