I can't restore a single domain from a large local backup archive.
SELINUX is totally disabled, and I've run the tests I've seen aropund here:
Anyone can help me please ?
Code:
[root@server ~]# cd /tmp/backs/
[root@server backs]# ll
total 19291740
-rw-r--r-- 1 root root 19754732716 Nov 30 12:18 backup_1611250301.tar
[root@server backs]# /usr/local/psa/bin/pleskrestore --restore ./backup_1611250301.tar -level domains -filter list:demo.domain.com
^Bn^H^H
<?xml version="1.0" encoding="UTF-8"?>
<restore status="error">
<conflict-resolve status="success">
</conflict-resolve>
<deploy status="error" log-location="/usr/local/psa/PMM/rsessions/20161130135404879/deploy.result">
<message code="" severity="error" id="">
<description>Perhaps /usr/local/psa/admin/bin/deployer application missing, has incorrect permissions or unexpectedly terminated</description>
</message>
</deploy>
</restore>
You can view additional information in the log file located in /usr/local/psa/PMM/rsessions/20161130135404879 directory. This directory will be removed automatically after 30 days.
SELINUX is totally disabled, and I've run the tests I've seen aropund here:
Code:
root@server backs]# ls -la /usr/local/psa/admin/bin/deployer
lrwxrwxrwx 1 root root 15 Jul 19 15:26 /usr/local/psa/admin/bin/deployer -> ../sbin/wrapper
[root@server backs]# ls -la /usr/local/psa/admin/sbin/wrapper
---s--x--- 1 root psaadm 20104 Aug 26 2015 /usr/local/psa/admin/sbin/wrapper
[root@server backs]# ls -Z /usr/local/psa/admin/sbin/deployer
-rwxr-x--- root root ? /usr/local/psa/admin/sbin/deployer
[root@server backs]#
[root@server backs]# chcon -t bin_t /usr/local/psa/admin/sbin/deployer
chcon: can't apply partial context to unlabeled file `/usr/local/psa/admin/sbin/deployer'
[root@server backs]#
Anyone can help me please ?