tutor config save
tutor images build all # list the images that should be rebuilt here
tutor local upgrade --from=redwood
I got an error when running:
tutor local launch
The error on the backlog is:
moduleNotFoundError: No module named 'search.meilisearch
I understand the changes from elasticsearch to meilisearch on this release of OpenedX, but I don’t know if I should upgrade sometime else on my own images.
I got some plugins and custom mfe running on my website.
I rarely work with tutor directly, but may be the issue is that when you mount edx-platform for development, you need to build openedx-dev? Tutor docs.
Also, you can try fixing this by starting the lms container, starting a shell in it and running something like make requirements manually.