• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Error on make backup

brinsleyparagao

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