Closed kdmccormick closed 2 years ago
Currently, in k8s mode, Neo4j data is held in the coursegraph container. Upon shutdown, all CourseGraph data is erased.
coursegraph
In line with how it behaves in dev and local mode, the plugin should store data in a persistent volume instead of in the container.
https://github.com/openedx/tutor-contrib-coursegraph/pull/28
Currently, in k8s mode, Neo4j data is held in the
coursegraph
container. Upon shutdown, all CourseGraph data is erased.In line with how it behaves in dev and local mode, the plugin should store data in a persistent volume instead of in the container.