• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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