When trying to export courses "Error: root path does not exist"

Good afternoon, I’m trying to write a bash script to export all courses. But I get an error. What is the reason for the error? I use this command tutor local run cms ./manage.py cms export_all_courses /var/openedx/courses

Hi @Hoasker! This error is triggered by the fact that the /var/openedx/courses folder does not exist. I suggest you mount this folder inside the docker container manually, or export to a different folder.

1 Like