This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
3535 hostname : coursegraph.devstack.edx
3636 # Try to keep this in sync with the NEO4J_VERSION declared within
3737 # https://github.com/openedx/configuration/blob/master/playbooks/roles/neo4j
38- image : neo4j:3.5.28
38+ image : neo4j:5.15.0
3939 networks :
4040 default :
4141 aliases :
@@ -48,7 +48,7 @@ services:
4848 stdin_open : true
4949 tty : true
5050 environment :
51- NEO4J_AUTH : " neo4j/edx " # Initial username/password for Neo4j Web interface.
51+ NEO4J_AUTH : " neo4j/edxedxedx " # Initial username/password for Neo4j Web interface.
5252
5353 elasticsearch710 :
5454 container_name : " edx.${COMPOSE_PROJECT_NAME:-devstack}.elasticsearch710"
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ docker compose up -d coursegraph cms
1717sleep 10 # Give Neo4j some time to boot up.
1818
1919echo -e " ${GREEN} Updating CMS courses in Coursegraph...${NC} "
20- docker compose exec cms bash -c ' source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform/ && ./manage.py cms dump_to_neo4j --host coursegraph.devstack.edx --user neo4j --password edx '
20+ docker compose exec cms bash -c ' source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform/ && ./manage.py cms dump_to_neo4j --host coursegraph.devstack.edx --user neo4j --password edxedxedx '
2121
2222echo -e " ${GREEN} Coursegraph is now up-to-date with CMS!${NC} "
You can’t perform that action at this time.
0 commit comments