• 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 Unable to backup databases (Exit code: 7)

Kranf

New Pleskian
Server operating system version
debian
Plesk version and microupdate number
Plesk Obsidian Version 18.0.44 Update #3
We are getting errors with the backup manager from Plesk which is unable to backup the databases from our server. For example:
Warning: Database "xenforo_a"
Unable to make database dump. Error: Failed to exec mysqldump: Exit code: 7: mysqldump: unknown variable 'ft_min_word_len=3'

These errors happens since we added the parameter:
ft_min_word_len=3
inside our "my.cnf" file from mysql. We need this parameter to allow users to do a search with only 3 caracters (instead of the default 4) in our Xenforo forum.

How can we fix this?
Any help is deeply appreciated because our server is without any backup since 2 months and the official "Plesk Support" is ignoring us.
Thanks in advance for your help.
Kind regards,
Frank
 
This can occur when the parameter is set under the [mysqldump] section. Make sure that is is only present in the [mysqld] section, but not in the [mysqldump] section.
 
Back
Top