• 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.

Issue Unable to import the database_name dump:

eslammahmoud

New Pleskian
hi
I have a problem in database

ERROR 1273 (HY000) at line 40830: Unknown collation: 'uft8_general_ci'

How to solve it !!
 
Check the version of your SQL server with

# plesk db -Ne "select version()"

and make sure that collation mentioned in the error message is not available in MySQL server:

# plesk db -e "show collation" | grep uft8_general_ci
#

So you have to upgrade MariaDB to version 10.1 or 10.2 on the destination server. For instructions, visit this KB article.
 
Back
Top