• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

problem with backup

R

radiofm

Guest
Witam
i have a PLESK 8.2.1 and problem with ftp backup.
When i try ftp do backup i recived a error



Code:
Error in UploadToRepositoryState.doActivityRunner()
 Traceback (most recent call last): File 
"/usr/local/psa/admin/share/agent_runner/agent_runner.py", 
line 98, in doActivityRunner newState = 
self.doActivity() File 
"/usr/local/psa/admin/share/agent_runner/agent_runner.py", 
line 428, in doActivity 
shutil.copyfileobj(localfh, remotefh) 
File "/usr/lib/python2.4/shutil.py", 
line 25, in copyfileobj fdst.write(buf) 
File 
"/usr/local/psa/admin/lib/python/ftputil/ftp_file.py", 
line 196, in write self._fo.write(data) 
File "/usr/lib/python2.4/socket.py", 
line 256, in write self.flush() File 
"/usr/lib/python2.4/socket.py", line 
243, in flush self._sock.sendall(buffer) 
error: (32, 'Broken pipe')

i found solution i PLESK KB

http://kb.swsoft.com/en/2279

RESOLUTION
Such error can be caused by missing certificate for backup signing. Try to generate the certificate with the command:

# $PRODUCT_ROOT_D/admin/sbin/backup_sign generate


After that you should be able to back up the domain.
unfortunetly it don't working for me :(

Regards
Robert
 
check this one as well
http://kb.swsoft.com/en/1335

also to get to know more meaningful error try to create the backup from the shell with
/usr/local/psa/bin/pleskbackup
(use with --help to get the usage).
Probably the reason will become more clear.
 
Back
Top