• 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

Resolved pleskrestore: Perhaps /usr/local/psa/admin/bin/deployer application missing, has incorrect ...

Jota

New Pleskian
I can't restore a single domain from a large local backup archive.

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 ?
 
Hello. Could you please post here or send me PM with the following log '/usr/local/psa/PMM/rsessions/20161130135404879/migration.log'. If it absent could you please post output of the following commands 'ldd /usr/local/psa/admin/sbin/deployer' and '/usr/local/psa/admin/bin/deployer --help'
 
Well, after lots of research the problem was server resources, the uncompression resources were reaching the RAM limit, so after upgrading RAM to 4G instead of 2G, the issue was fixed.

Code:
server kernel: [12353853.377135] Out of memory in UB 387: OOM killed process 2810 (deployer) score 0 vm:1776312kB, rss:984328kB, swap:324580kB
Nov 30 15:39:43 pymdemo xinetd[882]: START: ftp pid=6344 from=::ffff:181.161.21.81

The problem was the messages we were getting, so confusing and distant of the reality
wink.gif


Thanks everybody for your help !
smile.gif
 
Back
Top