Danyal Faheem

Results 8 comments of Danyal Faheem

No no, I only wrote that here as a placeholder command. I did replace the correct openedx-scorm-xblock path as the folder was correctly mounted to the `/mnt` path inside the...

Listing my findings here for future reference. Running `Tutor-17.0.3-nightly`,I performed the following steps: 1. I ran [this](https://github.com/Danyal-Faheem/upgrade-openedx-mysql-collation-charset/blob/main/change_charset_collation.sql) script on the mysql databases 2. Updated the connection string by creating the...

Hey @ormsbee. While working on a fix for this issue, I upgraded the MySQL character_set and collation in Tutor-nightly to utf8mb4 and utf8mb4_general_ci respectively which you can find in this...

Hi @ormsbee, after discussing with @DawoudSheraz, we've decided that we're going to add the utf8mb4 upgrade only for new tutor installations, i.e. tutor 18.0.0 and onwards. There's already a PR...

Hi @ormsbee. Just wanted to provide a status update on this issue. The draft PR #1065 already contains this work for now. The default charset and collation in Tutor 18.0.0...

Update on this issue: For the redwood release, i.e, Tutor v18.0.0, we will only be upgrading the default charset and collations of MySQL for new installations. A migration script to...

Hi @andrey-canon. Thank you for pointing out the problem. The Dockerfile is currently forcing python3.8 in the containers. I'll update the PR to allow different python versions to be installed.

Hi @feanil, we're still working on this PR. It needs some changes in the Dockerfile as well. We will try to get it done as soon as possible so that...