Utfmb4 instead of utf8mb3? (#442)

Yes, I think we should be very happy. Let’s move the conversation here: edX sold to 2U, a SaaS platform - #2 by regis

Some interesting links I found:

https://openedx.atlassian.net/browse/OSPR-5477

https://openedx.atlassian.net/browse/OSPR-5465

https://openedx.atlassian.net/browse/CRI-99

https://openedx.atlassian.net/browse/OSPR-5447

And also

2 Likes

@regis what do you think?

I have a naive question: why is that not desirable?

You have a lot of flags you can use with mysqldump, why not put simply a link to the corresponding doc page MySQL :: MySQL 5.7 Reference Manual :: 4.5.4 mysqldump — A Database Backup Program ?

Maybe because they do not actually contains data of openedx? Also not sure when importing the dumped mysql to another db, would dropping mysql database tables be OK, like

DROP TABLE IF EXISTS `db`;
DROP TABLE IF EXISTS `user`;

Migrating data to a separate MySQL database is a completely different topic than backing up – which is the topic that is covered in the docs linked above. Let’s stay on topic here; if you’d like to talk about data migration, please create a separate topic.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.