-
Notifications
You must be signed in to change notification settings - Fork 0
Load mysql dump to speed up migrations during quickstart #63
Comments
So instead of long init tasks passing through django management commands, one can generate sql files out of these and offer to apply them as conditional init tasks. I like the idea and I am interested in seeing how deep we can go implementing it . |
For the record, this is a question that was raised before: overhangio/tutor#238 |
I think this issue has a lot of potential for increasing I would be supportive if someone wanted to implement this a plugin and propose a maintenance plan for the plugin, probably including automatic regeneration of the dumps using vanilla Tutor. I think vanilla Tutor should continue to use management commands, as they are more human-readable than SQL, and they largely come pre-written for us from upstream. |
In the grand scheme of things, Tutor launch time is pretty darn good, so I'm not keen on spending time on this and potentially introducing bugs. I'm going to close this, and we can come back to it if we find that Tutor launch isn't fast enough. |
Context
TBD
Acceptance
TBD
The text was updated successfully, but these errors were encountered: