I change platform_name in my lms.yml file but when restarting Open Edx changes are lost.
Same thing happens when i edit the cms.envs.json or the lms.envs.json files.
How should i make this changes so they are permanent?
I read something about a “server-vars” file…Does it have something to do with my problem?
@Xperez, how are you restarting the devstack? You mentioned make down in the title - note that make down will run docker-compose down, which is a destructive operation. Maybe try make stop to stop everything in the devstack, or finer-grained commands like make lms-restart to restart the lms development server only.
Thanks a lot for your help, i didn´t know how destructive make down was, i´ll take your advice: not to use “make down” and to restart services using "make restart ".