• 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!
  • 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 ERR [panel] Get dump - FTP dump file does not exists

SKDamon

Basic Pleskian
I'm running Plesk 17.5 on Ubuntu 16.04, from my panel.log:
Code:
[2017-08-02 08:08:58] ERR [panel] Get dump 'backup_info_1707312309.xml':
In pmmcli.log:
Code:
[2017-08-02 08:08:58.588|32549] DEBUG: --> <pmmcli.PmmRasExecAction object at 0x7fd90294e250>
[2017-08-02 08:08:58.588|32549] INFO: parameters: ['/opt/psa/tmp/pmm-ras-output-3KWJey', '--get-dump-info', '--dump-file-specification=backup_info_1707312309.xml', '--session-path=/var/log/plesk/PMM']
[2017-08-02 08:08:58.589|32549] INFO: stdin: <?xml version="1.0" ?><env-list/>
[2017-08-02 08:08:58.594|32549] DEBUG: <pmmcli.ActionRunner object at 0x7fd90294e290>: doActivity
[2017-08-02 08:08:58.600|32549] INFO: Executing <subprocess[32551] '/opt/psa/admin/bin/pmm-ras --get-dump-info --dump-file-specification=backup_info_1707312309.xml --session-path=/var/log/plesk/PMM'>
[2017-08-02 08:08:58.619|32549] INFO: Subprocess raised ExecuteException: Subprocess <subprocess[32551] '/opt/psa/admin/bin/pmm-ras --get-dump-info --dump-file-specification=backup_info_1707312309.xml --session-path=/var/log/plesk/PMM'> was finished with exit code 127
== STDOUT ====================

== STDERR ====================

[2017-08-02 08:08:58.620|32549] DEBUG: <pmmcli.PmmRasExecAction object at 0x7fd90294e250>: response
[2017-08-02 08:08:58.623|32549] INFO: Outgoing packet:
<?xml version="1.0" ?><response>
    <errcode>127</errcode>
    <errmsg>FTP dump file does not exists</errmsg>
    <data>
        <plain-data/>
    </data>

I've fonud this workaround:
Backup Manager stopped working right after Upgrade to Plesk Onyx: Unable to get dump list

But that only supports Ubuntu 12.04. The root cause seems to be panel.ini, but I've never done manual edits on that file, in fact I can't even find panel.ini:
Code:
'/usr/local/psa/admin/conf/panel.ini': No such file or directory
'/opt/psa/admin/conf/panel.ini': No such file or directory
Both directories have a panel.ini.sampe file, so I assume I'm just running on defaults?

Anyway, how can I fix the backup process? AFAIK my customers don't even use Remote Backups to FTP...
 
There is only sample of panel.ini:

/usr/local/psa/admin/conf/panel.ini.sample

Just create your panel.ini from this sample and edit it:

# mv /usr/local/psa/admin/conf/panel.ini.sample /usr/local/psa/admin/conf/panel.ini
 
I did that and restarted plesk (BTW are there systemd units for plesk?)
The /opt path was shown by Panel.ini editor extension, that directory is just symlinked to the /usr dir.

I'm not sure what triggers the error, though, so I can't tell if that fixed it right now. I usually get the error every morning @ 8am.
 
Try to create backup of file /usr/local/psa/PMM/tasks/tasks.db and then remove it. This file will be recreated when you open Backup Manager in Plesk.
I hope it will help.
 
Fixed.
I get no more errors about Backup in the logs. I can't say for sure, but I think it was the panel.ini file which was missing, causing the errors.
But I also deleted the tasks.db just to be sure.

Thanks for the great help @IgorG!
 
Back
Top