This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit 152f51c
authored
chore: upgrade coursegraph's neo4j image from 3.2 to 3.5 (#824)
This coincides with our upgrade of Neo4j in
edx/configuration.
Other notes:
* We are specifically pinning 3.5.28 (instead of simply
3.5) to ensure that we're using the exact same patch
release as what's deployed from edx/configuration.
* In the provisioning script, we now specifically start lms
and then `exec` the management command. Before, we
used the `run` command, which started lms automatically.
This worked; however, it would create a *second* lms
container if one was already running, which was very confusing.
With this change, we will either (a) start a new lms container
and use it, or (b) use the existing lms container.
TNL-83861 parent 082b8e3 commit 152f51c
2 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | 14 | | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
0 commit comments