Updating tutor Lilac to Palm (now that Palm's released) fails

In my understanding, the reason come from the blackboard plugin. The migration has been merged and lilac relaease of blackboard plugin does not have all the migrate steps to proceed the entire migration before apply the migrations steps of the palm release of blackboard plugin.

I faced same error from maple to palm, my workaround was

  1. Go into the server
  2. Install 3.60.4 version of edx-enterprise (pip install edx-enterprise==3.60.4)
  3. Run migrations ( ./manage.py lms migrate)
  4. Install 3.61.11 version of edx-enterprise
  5. Run migrations again
1 Like