• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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