Skip to content
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

Umlautprobleme in der Datenbank nach initiales Deployen #35

Open
tbaddade opened this issue Mar 28, 2019 · 3 comments
Open

Umlautprobleme in der Datenbank nach initiales Deployen #35

tbaddade opened this issue Mar 28, 2019 · 3 comments
Labels

Comments

@tbaddade
Copy link
Member

Datenbank wurde von Server A zu Server B kopiert. Anschließend waren die Umlaute defekt.

Ein anschließender Export von Server A und ein Import auf Server B via SequalPro löste das Problem.

@tbaddade tbaddade added the bug label Mar 28, 2019
@gharlan
Copy link
Member

gharlan commented Feb 4, 2020

@tbaddade Vermutlich weiß du inzwischen auch nichts Genaueres, wann das passiert, oder?
Ich hatte das irgendwann mal erfolglos probiert zu reproduzieren.
Aber es ist ja schon öfters mal bei dir vorgekommen.

@tbaddade
Copy link
Member Author

tbaddade commented Feb 4, 2020

Ich schließe mal. Wenn der Fehler nochmals auftritt, wieder öffnen und mit mehr Infos füttern.

@tbaddade tbaddade closed this as completed Feb 4, 2020
@xong
Copy link

xong commented Jan 19, 2021

Der Fehler tritt vermutlich auf, wenn der Dump beim initialen Deployment eingespielt wird:

run('< '.escapeshellarg($this->mysqlOptions).' xargs sh -c \'{{bin/mysql}} "$0" "$@" < '.escapeshellcmd(escapeshellarg($path)).'\'');

Ich denke, dass hier bei bestimmten Konstellationen (Server-DB = latin1, Lokal = utf8) das falsche Character Set verwendet wird.
Wir müssten mal testen, ob das Setzen von default-character-set (https://dev.mysql.com/doc/refman/5.7/en/mysql-command-options.html#option_mysql_default-character-set) mittels der MySQL-Optionen (
$this->mysqlOptions = get('data_dir').'/addons/ydeploy/mysql-options';
) hilft.

@xong xong reopened this Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants