Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit e5fb8b3

Browse files
zubairshakoorarbisoftZubair ShakoorUsamaSadiq
authored
fix: upgraded neo4j image to latest (#1256)
Co-authored-by: Zubair Shakoor <zubair.shakoor@A006-00863.local> Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com>
1 parent 0892984 commit e5fb8b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

provision-coursegraph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ docker compose up -d coursegraph cms
1717
sleep 10 # Give Neo4j some time to boot up.
1818

1919
echo -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

2222
echo -e "${GREEN} Coursegraph is now up-to-date with CMS!${NC}"

0 commit comments

Comments
 (0)