From 4983deed0f3cdb3ca57e6487022a9e215317e408 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Mon, 31 May 2021 18:33:17 +0300 Subject: [PATCH] [macos] stick to mongodb 4.4 (#3484) --- images/macos/provision/core/mongodb.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/macos/provision/core/mongodb.sh b/images/macos/provision/core/mongodb.sh index 552e35829..944ef21c3 100644 --- a/images/macos/provision/core/mongodb.sh +++ b/images/macos/provision/core/mongodb.sh @@ -8,6 +8,7 @@ source ~/utils/utils.sh echo "Installing mongodb..." brew tap mongodb/brew -brew_smart_install "mongodb-community" +brew_smart_install "mongodb-community@4.4" +ln -sf $(brew --prefix mongodb-community@4.4)/bin/* /usr/local/bin/ invoke_tests "Databases" "Mongo"