-
Notifications
You must be signed in to change notification settings - Fork 199
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
#Bug? - migrate:settings doesn't preserve special characters #111
Comments
Hi @MagePsycho Try this patch #28 |
It is not really clear what you are trying to migrate settings or data. But settings should go first anyway. Data is the second step. |
Thanks for the link to the #patch. |
operates with the data only. You have to create needed data table and fields before. MT provides the information for this . |
It creates m2_cl_* tables and trg_* triggers in your Magento 1 DB. Also temporary url_rewrite_m2* table is created because you have EE |
An internal issue MAGETWO-54492 regarding to special characters was created |
Perfect. BTW, the patch for UTF-8 didn't work for me. Not sure what I have to reload after the change. I tried to run the command with option |
You could share the DB dump of the particular table where you get ??? after migration. We will try to migrate it. You can send it through the email (find it in my profile https://github.com/victor-v-rad) |
@victor-v-rad it's the |
What is the Collation / Character Set in your DB of M1 and M2? |
|
Have you tried to make your M2 utf8 utf8_general_ci also? |
Yeah I run the |
@victor-v-rad This issue has been fixed. And similar change for |
Glad to hear that! So the fix #28 works after your change |
Yes. that fixed it. |
See etc/ce-to-ce/settings.xml.dist for details |
gotcha! Thanks a lot :) One more Question:
|
both cases are possible. But renaming it is recommendation |
The issue is a duplicate and will be fixed in #96 |
I am in the process of data migration from Magento EE 1.14.2.0 to Magento EE 2.1.0.
Running the command
php bin/magento migrate:settings {path/to/data-migration/config.xml}
migrates the settings and store data but the values with special characters are replaced by ???.From where it handles the UTF-8 thing?
The text was updated successfully, but these errors were encountered: