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

Update mongo shell #74

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update mongo shell #74

wants to merge 3 commits into from

Conversation

luandy64
Copy link
Contributor

Description of change

This PR removes the workaround added in #73.

The goal of #73 was to fix a seemingly random loss of curl being installed in the Docker container.

I noticed that libcurl3 was being installed as part of the "Setup Mongo" step. Some googling led me to learn that libcurl3 cannot be installed with libcurl4, which is used by curl. So it appears that installing libcurl3 also caused curl to be uninstalled since it's missing a dependency.

I followed Mongo's instructions to just install a newer version of the mongo shell. Docs here

QA steps

  • automated tests passing
  • manual qa steps passing (list below)

Risks

I'm not sure why we pinned the mongo version. But if we are using it to just run a few queries to set up the database, it seems safe to bump the version.

Note that we bumping from version 4.2 to 5.0. I'm unaware of any breaking changes here.

Rollback steps

  • revert this branch

Copy link
Contributor

@kspeer825 kspeer825 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sick

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.

2 participants