hello, I’m trying to set up an openedx olive version with tutor installation. I have installed my instance with a domain name test.enterprise.com without SSL certification for local development purposes with production settings. now as my development is nearly done I wanted to change the domain to https://preprod.enterprise.com (with https certification) . to my knowledge that all i have to do is :
tutor local launch. However, the build fails with this error : in the log :
docker-compose -f /home/groupado/.local/share/tutor/env/local/docker-compose.yml -f /home/groupado/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local -f /home/groupado/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm ecommerce-job bash -e -c ./manage.py migrate --noinput
Creating tutor_local_ecommerce-job_run ... done
migrate: ./manage.py: Permission denied