Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try upgrading Mongo #814

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Try upgrading Mongo #814

wants to merge 3 commits into from

Conversation

ml-evs
Copy link
Member

@ml-evs ml-evs commented Jul 18, 2024

Our MongoDB version is now out of support -- this PR updates the dockerized version, though some compatibility checks will need to be made with the tools for dumping/restoring data.

This is way overdue but needs to be handled carefully. Part of the delay is that MongoDB cannot be seamlessly upgraded by more than one version at a time... We should make some efforts to avoid accidental data loss from other people doing this upgrade, e.g., automatically backing up the server on startup.

Copy link

cypress bot commented Aug 10, 2024

datalab    Run #2548

Run Properties:  status check passed Passed #2548  •  git commit 2a856d089a ℹ️: Merge 6e72f161293fd3dfd4218da43cf907e733d14a9c into ea79e31a0c7416523c16234a0a40...
Project datalab
Run status status check passed Passed #2548
Run duration 06m 42s
Commit git commit 2a856d089a ℹ️: Merge 6e72f161293fd3dfd4218da43cf907e733d14a9c into ea79e31a0c7416523c16234a0a40...
Committer Matthew Evans
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 396

Copy link

codecov bot commented Aug 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.14%. Comparing base (6c764a7) to head (49c223d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #814   +/-   ##
=======================================
  Coverage   68.14%   68.14%           
=======================================
  Files          62       62           
  Lines        3889     3889           
=======================================
  Hits         2650     2650           
  Misses       1239     1239           

@ml-evs ml-evs changed the title Try upgrading to Mongo v7 Try upgrading Mongo Aug 31, 2024
.docker/mongo_dockerfile Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@ml-evs ml-evs added this to the v0.6.x milestone Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant