Hello,
Thank you for your assistance. I have indeed deleted the directory and volume where the MySQL data was stored and reinstalled the database. The connection issue has been resolved, and I can now access the database.
However, it seems that the data migration was not performed correctly. The database appears to be empty, with no tables present. Additionally, when checking the logs for the backend service lms
, I encounter the following error:
django.db.utils.ProgrammingError: (1146, “Table ‘openedx.waffle_switch’ doesn’t exist”)
It appears there is an issue with the database migrations. Could you please advise on how to resolve this issue and ensure that all migrations are properly applied?
Thank you in advance for your help.