sylph01 / asdf-mongodb

MongoDB plugin for asdf version manager https://github.com/asdf-vm/asdf
MIT License
10 stars 13 forks source link

Can't install any version of mongodb, fastdl mongodb urls broken? #14

Open redesigned opened 2 years ago

redesigned commented 2 years ago

asdf install mongodb 5.3.1

download_url https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-5.3.1.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   243    0   243    0     0    355      0 --:--:-- --:--:-- --:--:--   354

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-5.3.1.tgz

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>4GM10T20MG1FSQ13</RequestId>
<HostId>VUnln117xLLzjc4VdqAj8tCWT037dKHl/PUTu3oT7SFud/TTHjdjV4XOp45zFDG2EydpR03NLTI=</HostId>
</Error>

I think the urls are broken?

redesigned commented 2 years ago

Issue is they haven't distributed the generic linux packages this plugin tries to use since version 4.2

https://www.mongodb.com/blog/post/a-proposal-to-endoflife-our-generic-linux-tar-packages

Plugin will have to be updated to pull specific version or build via an alternative route. Is this plugin abandoned? Thanks.