Learn how to safely upgrade your Open edX installation to the most recent version. This detailed how-to walks you thru backing up, preparing your environment, and how to trouble-shoot common upgrade-related issues. Summary If you just need a good script then follow these instructions and god speed. cd ~ git clone https : //github.com/lpm0073/edx.scripts.git sudo chmod 755 edx . scripts /* sudo nohup edx.scripts/edx.platform-upgrade.sh > upgrade.out & This script does the following: Stops all running Open edX services creates a timestamped backup of /edx/app/edxapp/edx-platform/ creates timestamped backups of each of the four json configuration files located in /edx/app/edxapp/ creates a timestamped backup of /edx/app/edxapp/edxapp_env/, the Python virtual environment associated with pip creates a timestamped backup of /edx/app/edxapp/venvs/, the Ruby virtual environment creates a timestamped backup of /edx/app/edxapp/nodeenv
Hi, I’m Deepak Dubey. The founder of this blog. I’m a Full-stack Python Developer | OpenedX professional and part-time blogger. I’m here to write the blogs related to technology stuff like Python, Django , Open-edX, Data Science, machine Learning and many more.