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

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