Hello Open edX Community,
I’m encountering an issue with database migration after performing a reinstallation of the MySQL database for my Open edX setup.
Steps Taken:
- I deleted the directory and volume where the MySQL data was stored as suggested.
- I reinstalled the MySQL database to ensure a fresh start.
- The database connection issue has been resolved, and I can now access the database.
Current Issue:
Despite the resolution of the database connection issue, it seems that the data migration was not successfully executed. The database is currently empty, and no tables are present.
Additionally, when I check the logs for the backend service lms
, I encounter the following error:
django.db.utils.ProgrammingError: (1146, “Table ‘openedx.waffle_switch’ doesn’t exist”)
Request for Assistance:
Could anyone provide guidance on how to ensure that all necessary database migrations are correctly applied? I need to verify that the database schema is set up properly for Open edX to function as expected.
Thank you for your assistance!!