• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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