• 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 Error on make backup

BrinsleyP

Regular Pleskian
Hello
If i make a manual backup or take a auto backup i receive this errors:

Code:
Error Log

Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@
Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@
Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@
Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@
Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@
Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@
Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@
Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@
Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@
Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@
Warning: client "xxx"
@ESCAPE_VALUE_BEGIN@backup_restore_helper utility returned incorrect result. Some settings have not been dumped. Please, contact your service provider@ESCAPE_VALUE_END@

Imgur: The most awesome images on the Internet - print of errors

(the XXX are users omitted to privacy) in all users, so how to fix this?
 
This error message appears because of missing package: perl-DBD-MySQL (RPM-based systems). Please install it with

# yum install perl-DBD-MySQL
 
This error message appears because of missing package: perl-DBD-MySQL (RPM-based systems). Please install it with

# yum install perl-DBD-MySQL

Hello,,, this pack is already insttaled

Code:
(14/18): updates/7/x86_64/primary_db                                                             | 3.6 MB  00:00:00
(15/18): extras/7/x86_64/primary_db                                                              | 130 kB  00:00:00
(16/18): CityFan/7/x86_64/primary_db                                                             | 458 kB  00:00:01
(17/18): patchman/7/x86_64/primary_db                                                            | 7.5 kB  00:00:00
(18/18): city-fan.org/7/primary_db                                                               | 458 kB  00:00:02
Determining fastest mirrors
Excluding mirror: mirror.fra10.de.leaseweb.net
 * base: asi-fs-n.contabo.net
 * city-fan.org: www.city-fan.org
Excluding mirror: mirror.de.leaseweb.net
 * epel: ftp.nluug.nl
Excluding mirror: mirror.fra10.de.leaseweb.net
 * extras: mirror.imt-systems.com
Excluding mirror: mirror.fra10.de.leaseweb.net
 * updates: asi-fs-n.contabo.net
Package perl-DBD-MySQL-4.023-5.el7.x86_64 already installed and latest version
Nothing to do
[root@server ~]#
 
Check that package is correctly installed with

# rpm -V perl-DBD-MySQL

Following commands would be useful too:

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
# plesk repair installation
 
Back
Top