Failed to install Koa in AWS Ubuntu 20.04 (mysql-client error)

Hello @ARMBouhali,

thank you for your answer. When is it possible to make this change? I am following the official native installation guide ( Koa Native Open edX platform Ubuntu 20.04 64 bit Installation - Open edX Operations - Confluence (atlassian.net)) and after running the following command:

wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/util/install/ansible-bootstrap.sh -O - | sudo -E bash

the configuration folders are removed.

Koa now has the mysql fix, and installs cleanly again.

2 Likes

Just went through Koa installation and unfortunately couldn’t see it being fixed.
Installation of Koa.3 Native failed again with mysql 5.7.32 and mongo 3_6.
Had to manually edit the files again mysql 5.7.35 and mongo 4_0. After that - everything went smoothly.

hi @eugenechabanov,
I believe that you should have gone for open-release/koa.master.
Latest bug fixes are always applied to branch .master and I see there are a bunch of commits added to open-release/koa.master over open-release/koa.3 tag.