Skip to content

Commit

Permalink
feat: upgrade mongo to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamil314 committed Nov 29, 2024
1 parent c8ef154 commit 9fd7a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion development-environment/clear-all-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ print_usage_and_exit () {
DIR=$(pwd)

# It's fine if these fail as it might be that the databases do not exist at this point
docker run --rm --network=opencrvs_default mongo:4.4 mongo --host mongo1 --eval "\
docker run --rm --network=opencrvs_default mongo:5.0 mongo --host mongo1 --eval "\
db.getSiblingDB('hearth-dev').dropDatabase();\
db.getSiblingDB('openhim-dev').dropDatabase();\
db.getSiblingDB('user-mgnt').dropDatabase();\
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ volumes:
metricbeat:
services:
mongo1:
image: mongo:4.4
image: mongo:5.0
restart: unless-stopped

redis:
Expand Down

0 comments on commit 9fd7a08

Please sign in to comment.