• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Backup on 8.1 doesnt work !!

P

Posrnuli

Guest
When i try to backup client or domain, i get this error:

Error in BackupState.doActivityRunner()
Traceback (most recent call last):
File "/usr/local/psa/admin/share/agent_runner/agent_runner.py", line 97, in doActivityRunner
newState = self.doActivity()
File "/usr/local/psa/admin/share/agent_runner/agent_runner.py", line 381, in doActivity
errtxt = runAgent(self, self.session)
File "/usr/local/psa/admin/share/agent_runner/agent_runner.py", line 249, in runAgent
cmd.spawn()
File "/usr/local/psa/admin/lib/python/subproc.py", line 235, in spawn
proc.run()
File "/usr/local/psa/admin/lib/python/subproc.py", line 191, in run
BaseSubprocess.run(self)
File "/usr/local/psa/admin/lib/python/subproc.py", line 175, in run
self.wait()
File "/usr/local/psa/admin/lib/python/subproc.py", line 195, in wait
BaseSubprocess.wait(self)
File "/usr/local/psa/admin/lib/python/subproc.py", line 185, in wait
raise NonzeroExitException(self, os.WEXITSTATUS(status))
NonzeroExitException: was finished with exit code 255

Can some of u please help me to fix this

Thenk you

EDIT:

The backup on 8.0.1 was working fine
 
Could you quote any suspicious entries from /var/lib/psa/dumps/<backup_folder/agent_runner.log?

(this folder will be accessible when error produces)
 
Run a psa/bin/pleskbackup utility. Probably there is a fatal error on backup creation.
 
Back
Top