• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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