Skip to content

Instantly share code, notes, and snippets.

@zxchris
Last active February 13, 2021 11:47
Show Gist options
  • Save zxchris/ecbe374cfcdccf2d872c38bc50b5aaba to your computer and use it in GitHub Desktop.
Save zxchris/ecbe374cfcdccf2d872c38bc50b5aaba to your computer and use it in GitHub Desktop.
Installing Mongodb 3.6 on Debian Buster
echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/3.6 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list

apt update
apt install mongodb-org-server=3.6.22 -V

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment