This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
The wrong urls for download #36
Comments
I think I am having the same issue.
However when I specify the latest version
Edit: Now download is available. |
It seems that URLs have changed again on fastdl.mongo.org. I'm not sure if there is an official documentation for those URLs. I think at least debian and osx links have changed. |
adimascio
pushed a commit
to ToucanToco/weaverbird
that referenced
this issue
Dec 8, 2019
[mongodb-prebuilt](https://github.com/winfinit/mongodb-prebuilt) uses [mongodb-download](https://github.com/mongodb-js/mongodb-download) internally to download mongodb binaries. Unfortunately, the URLs on https://fastdl.mongodb.org used for these binaries have changed and `mongodb-download` doesn't seem up-to-date, cf. mongodb-js/mongodb-download#36 and mongodb-js/mongodb-prebuilt#59 To bypass this issue, you can manually specify the download URL by setting the `MONGODB_DL_URI` environment variable. For instance, you can use the following command line: `MONGODB_DL_URI=https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian92-4.0.13.tgz node playground/server.js --automongo` or `MONGODB_DL_URI=https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.0.13.tgz node playground/server.js --automongo`
adimascio
pushed a commit
to ToucanToco/weaverbird
that referenced
this issue
Dec 9, 2019
[mongodb-prebuilt](https://github.com/winfinit/mongodb-prebuilt) uses [mongodb-download](https://github.com/mongodb-js/mongodb-download) internally to download mongodb binaries. Unfortunately, the URLs on https://fastdl.mongodb.org used for these binaries have changed and `mongodb-download` doesn't seem up-to-date, cf. mongodb-js/mongodb-download#36 and mongodb-js/mongodb-prebuilt#59 To bypass this issue, you can manually specify the download URL by setting the `MONGODB_DL_URI` environment variable. For instance, you can use the following command line: `MONGODB_DL_URI=https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian92-4.0.13.tgz node playground/server.js --automongo` or `MONGODB_DL_URI=https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.0.13.tgz node playground/server.js --automongo`
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: