You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
When I try to run mongodb-runner with no options it tries to download mongo db 3.6.0 but I get the following error:
Downloading mongodb-osx-x86_64-3.6.0.tgz
Error: GET http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-3.6.0.tgz returned 403
When checking for the urls here https://www.mongodb.org/dl/osx it looks like the 3.6.0 file is osx/mongodb-osx-ssl-x86_64-3.6.0.tgz so the -ssl is missing from the path (or the file without -ssl) is missing.
For now I could solve it using MONGODB_VERSION=3.4.1
This could be an issue with mongodb-version-manager but maybe limiting to the last functioning version here might help until the issue is resolve upstream.
The text was updated successfully, but these errors were encountered:
When I try to run mongodb-runner with no options it tries to download mongo db 3.6.0 but I get the following error:
When checking for the urls here https://www.mongodb.org/dl/osx it looks like the 3.6.0 file is
osx/mongodb-osx-ssl-x86_64-3.6.0.tgz
so the-ssl
is missing from the path (or the file without -ssl) is missing.For now I could solve it using
MONGODB_VERSION=3.4.1
This could be an issue with mongodb-version-manager but maybe limiting to the last functioning version here might help until the issue is resolve upstream.
The text was updated successfully, but these errors were encountered: