• 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.

plesbackup problem!!

J

josesan311

Guest
Hello guys, thanks for taking your time to read my post.
This thing is driving me nuts, i cannot backup one of exiting domains.
Everytime i do

/usr/local/psa/bin/pleskbackup -v domains mydomain.com /backup/backup.psa

Runtime error: The following domains were not found on the host: mydomain.com at /usr/local/psa/PMM/agents/PleskX/PleskX.pm line 147.

But the domain is there!
Can someone give me a hand on this?

Thanks in advance.

Regards.
 
seems like a bug, try to report to swsoft..

there is another way - you can specify domains in a file (one domain per line) and use `-f file` option instead of specifying domains in a command line.. this method works for me..
 
btw, i cannot repeat it on my plesk 8.2.1 FreeBSD 6.1 82070921.23, backup with exactly the same command is made..

what the version you run? also check that domain record exists in your plesk database:

# mysql -uadmin -pADMINPASSWORD -Dpsa -e"select * from domains where name = 'mydomain.com';"
 
Originally posted by josesan311
Hello guys, thanks for taking your time to read my post.
This thing is driving me nuts, i cannot backup one of exiting domains.
Everytime i do

/usr/local/psa/bin/pleskbackup -v domains mydomain.com /backup/backup.psa

Runtime error: The following domains were not found on the host: mydomain.com at /usr/local/psa/PMM/agents/PleskX/PleskX.pm line 147.

But the domain is there!
Can someone give me a hand on this?

Thanks in advance.

Regards.

The error says about incorrect syntax for pleskbackup.
Your exact command is successful on my Plesk 8.2.1 server, please specify your Plesk version and give output of /usr/local/psa/bin/pleskbackup --help.

This command gives similar error:

~# /usr/local/psa/bin/pleskbackup domains mydomain.com /backup/backup.psa -v

this one is successful:

~# /usr/local/psa/bin/pleskbackup -v domains mydomain.com /backup/backup.psa

./anb
 
Back
Top