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

Not working with MongoDB 3.6 #118

Open
flaviospagnuolo opened this issue Sep 13, 2018 · 0 comments
Open

Not working with MongoDB 3.6 #118

flaviospagnuolo opened this issue Sep 13, 2018 · 0 comments

Comments

@flaviospagnuolo
Copy link

I suggest replacing the line:

apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 0C49F3730359A14518585931BC711F9BA15703C6

with:

curl -sLO https://www.mongodb.org/static/pgp/server-$MONGO_MAJOR.asc && apt-key add server-$MONGO_MAJOR.asc

So you get rid of the need to change the MongoDB key when you change the Mongo Major version.

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

No branches or pull requests

1 participant