-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kaltura databases mix up Latin1 and utf8 #665
Comments
Hello @pkExec, Thank you for your report. This is not actually a packaging/installation issue but rather, stems from how the schema is defined here: https://github.com/kaltura/server/blob/Propus-16.1.0/deployment/base/sql/01.kaltura_ce_tables.sql Cheers, |
Sorry I wasn't clear enough. The fix to the schema is easy enough, however this will break any existing databases, with garbled characters wherever non-latin language is used. This is how I noticed the problem. |
Hello @pkExec, Indeed but these SQL alter/update scripts are also maintained in the The Cheers, |
Bug report
Kaltura uses a mix of latin1 and utf8 in its databases. The result is latin1 characters, stored inside utf8 tables, inside a latin1 database (!)
Proof:
See attach file 1
Linux distribution name and version:
Ubuntu 16.04.6 LTS, Xenial
Are you using the RPM or deb packages?
For deb based systems:
Is this an all in one instance [single server] or a cluster?
The text was updated successfully, but these errors were encountered: