Add management command to Studio for exporting all courses - #381
Merged
Conversation
Contributor
|
Thanks for the submission. I'll take a look at this. |
Contributor
There was a problem hiding this comment.
Thanks for catching this missing 'draft' modulestore - it was an oversight on my part.
Contributor
|
I ran a quick test on the on my localdev for both the older 'export' (since there was a change to that) and new 'export_all_courses'. Seemed OK Looked at code: 3 violations. Can you clean them up? Then you can merge. Thanks |
ichuang
added a commit
that referenced
this pull request
Jul 12, 2013
Add management command to Studio for exporting all courses; useful for periodic backups of course content in Studio
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
…tatic_mangling When in debug mode, check the staticfiles.finders before mangling urls ok, confirmed working. thanks.
antoviaque
referenced
this pull request
in open-craft/openedx-platform
Feb 6, 2015
…messages-css-class Discussion bug fixes and improvements
diegomillan
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Sep 14, 2016
…t-edit-course-tabs Revert "Merge pull request #287 from Stanford-Online/azimpradhan/sysadmin-course-tabs"
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
This reverts commit 8c0cafa.
Danyal-Faheem
pushed a commit
to Danyal-Faheem/edx-platform
that referenced
this pull request
Jul 15, 2025
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Ali-Salman29 <Ali-Salman29@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Studio currently keeps no history of courses authored in the system. This is an issue for researchers studying course data, as well as for course teams who may need to look back to see what changes were made, or who need to recover earlier revisions.
This PR adds a management script to allow all courses stored in the mongo db to be exported to a directory.
At MIT, we're using this with a cronjob and a git repository, to regularly take snapshots of all Studio course content.