• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Encoding warning during backups

Ninetienne

New Pleskian
We get a lot of warning for one and the same domain during backups:

Code:
Warning: hosting "domain.com"
Encoding::encode: source UTF-8 encoding declared, but invalid UTF-8 sequence occured. Falling back to ISO-8859-1

How may we solve it?
 
sorry, but how do i install update #6?

Just run

# /usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base

All latest Plesk microupdates will be installed.
 
Just run

# /usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base

All latest Plesk microupdates will be installed.

Thank you for your quick response.

Installed the microupdates.

However i still have the encoding error: "invalid UTF-8 sequence occured"

Moreover i got a new error during backups:

"Not all the data was backed up into /var/lib/psa/dumps/clients/client_name/domains/domain.com/databases/database_name_1 successfully. mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'database_name'': Cannot load from mysql.proc. The table is probably corrupted (1548)"

Tried to update mysql with "mysql_upgrade -u root -p" but getting:

Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
FATAL ERROR: Upgrade failed

Please advise how I can get rid of the both errors. Thank you.
 
OK. Seems I have sorted it out with mysql_upgrade with the command:

# mysql_upgrade -uadmin -p` cat /etc/psa/.psa.shadow`

I'll test it out.

But what about the encoding stuff? Thanks.
 
How may I do it?

Do you have enough experience with Linux and SQL administration? Contact Support Team if not.
Generally, as one of possible method, you can create dump of psa database and grep them for non-UTF8 symbols.
 
Do you have enough experience with Linux and SQL administration? Contact Support Team if not.
Generally, as one of possible method, you can create dump of psa database and grep them for non-UTF8 symbols.

Thanks. Will try it with a dump.
 
Back
Top