Danyal Faheem
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...
Thank you for reminding me @DawoudSheraz. The PR for ecommerce is still in progress as I am currently facing an issue after updating the MySQL client for compatibility with python...
Here are my stats for this testing: With Max-parallelism = 2: - `tutor images build mfe --no-cache` (Verdaccio empty): 1438.9 secs - `tutor images build mfe --no-cache` (Verdaccio filled): 1271.7...