You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While upgrading edx-platform(tutor) from nutmeg to olive, the edx-enterpise package migrations are missing, even the latest release of tutor does not contains the migration apply command for the edx-enterprise package.
Bug description
I was getting the error after upgrading OpenedX from nutmeg to olive. After debugging, I found that the migration of edx-enterprise packages not applied on database resulting in the platform error.
So ran the enterprise app migrations manually. tutor k8s exec lms bash python manage.py lms migrate enterprise
I am not sure whether the migration was intentionally missed or bug.
How to reproduce
I have reproduce the with nutmeg release so mentioning steps for the same
Configure the edx-enterprise
tutor local upgrade --from=nutmeg (here I am upgrading the platform from nutmeg to olive)
While upgrading edx-platform(tutor) from nutmeg to olive, the edx-enterpise package migrations are missing, even the latest release of tutor does not contains the migration apply command for the edx-enterprise package.
Bug description
I was getting the error after upgrading OpenedX from nutmeg to olive. After debugging, I found that the migration of edx-enterprise packages not applied on database resulting in the platform error.
So ran the enterprise app migrations manually.
tutor k8s exec lms bash
python manage.py lms migrate enterprise
I am not sure whether the migration was intentionally missed or bug.
How to reproduce
I have reproduce the with nutmeg release so mentioning steps for the same
Environment
Tutor
Additional context
An error was posted on the tutor forum a long time ago.
https://discuss.overhang.io/t/cannot-login-after-updating-openedx-docker-image/3092
The text was updated successfully, but these errors were encountered: