• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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