Package updated to 5.0.1, and the new mongosh
tool is included together with the deprecated mongo
tool.
Search Criteria
Package Details: mongodb-bin 8.0.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mongodb-bin.git (read-only, click to copy) |
---|---|
Package Base: | mongodb-bin |
Description: | A high-performance, open source, schema-free document-oriented database |
Upstream URL: | https://www.mongodb.com/ |
Keywords: | database document-oriented mongo mongod mongodb mongos |
Licenses: | SSPL-1.0 |
Conflicts: | mongodb, mongodb-shell-bin |
Provides: | mongodb |
Submitter: | ali.molaei |
Maintainer: | ali.molaei (rafaelff) |
Last Packager: | ali.molaei |
Votes: | 94 |
Popularity: | 0.24 |
First Submitted: | 2019-01-28 09:01 (UTC) |
Last Updated: | 2025-08-01 08:01 (UTC) |
Dependencies (5)
- curl (curl-gitAUR, curl-c-aresAUR)
- mongosh-binAUR (mongosh-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- chrpath (chrpath-gitAUR) (make)
- mongodb-toolsAUR (percona-server-mongodb-binAUR, mongodb36-binAUR, mongodb-tools-gitAUR, mongodb-tools-binAUR) (optional) – The MongoDB tools provide import, export, and diagnostic capabilities.
Required by (30)
- adminer (requires mongodb) (optional)
- alerta (requires mongodb) (optional)
- cronsun-bin (requires mongodb)
- grasscutter-git (requires mongodb) (optional)
- graylog (optional)
- icalingua++ (optional)
- icalingua++-electron-git (requires mongodb) (optional)
- icalingua++-git (requires mongodb) (optional)
- kamailio (requires mongodb) (optional)
- librechat (requires mongodb) (optional)
- nemesyst-git (requires mongodb) (optional)
- nodejs-generator-scalatra (requires mongodb) (optional)
- nodejs-wildduck
- omada-controller (requires mongodb)
- omada-controller-rxy (requires mongodb)
- pritunl-git (requires mongodb) (optional)
- pump.io (requires mongodb) (optional)
- pumpio-git (requires mongodb) (optional)
- python-ezdb-git (requires mongodb) (optional)
- python-ivre (requires mongodb) (optional)
- python-ivre-git (requires mongodb) (optional)
- python-pydal-git (requires mongodb) (optional)
- rocketchat-server (requires mongodb)
- rocketchat-server-standalone (requires mongodb)
- sip3-captain-ce (requires mongodb) (optional)
- sip3-salto-ce (requires mongodb) (optional)
- sip3-twig-ce (requires mongodb) (optional)
- unifi (requires mongodb)
- unifi-beta (requires mongodb)
- unifi-video (requires mongodb)
Sources (7)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
rafaelff commented on 2021-07-28 01:40 (UTC)
renanpallin commented on 2021-07-26 10:00 (UTC)
@ali.molaei sounds good! Let me know if I can help with anything. I can share the new PKGBUILD with you that I'm running here, just let me know how can I send to you =)
Best regards!
ali.molaei commented on 2021-07-26 06:50 (UTC)
Hey @renanpallin thanks for your feedback about the 5.0.1 version working, It looks like the problem is my CPU, and it has nothing to do with arch. this will be updated soon hopefully
renanpallin commented on 2021-07-25 19:12 (UTC)
Hi guys! I was willing to record a video about the news in MongoDB 5.0 and mongosh to my youtube channel and just ran successfully at my arch linux here. Is it possible to me to send a pull request with my changes?
I've downloaded the snapshot, modified the PKGBUILD, created a package with makepkg -Acs and installed with yay -U mongodb-bin-5.0.1-1-x86_64.pkg.tar.xz.
It seems to be running good so far.
ali.molaei commented on 2021-07-17 09:19 (UTC)
Just for reference, I'm having problems running version 5.0.0 on Arch, so please wait for update a little more.
yozachar commented on 2021-05-21 05:12 (UTC) (edited on 2021-05-21 05:13 (UTC) by yozachar)
Hi @DenysMb receiving the key works now:
~
➜ gpg --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 --recv 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
gpg: key 5CC908FDB71E12C2: public key "Daniel Stenberg <daniel@haxx.se>" imported
gpg: Total number processed: 1
gpg: imported: 1
DenysMb commented on 2021-01-04 03:37 (UTC) (edited on 2021-01-04 05:04 (UTC) by DenysMb)
Hi @ali.molaei I can confirm the problem reported by @dfjigdfijgojio The solution in the @ivansaul comment don't work. If we run
gpg --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 --recv 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
We get
gpg: keyserver receive failed: Server indicated a failure
The solution that I found was to download the public key directly from https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2 and run (from the folder where I downloaded the key):
gpg --import [KEY FILE NAME]
I found the problem. The problem for me was because I installed openresolv instead systemd-resolved. After install systemd-resolved (and removed openresolv) and restarted my PC, I was able to import the keys "automatically".
ali.molaei commented on 2020-12-02 11:22 (UTC) (edited on 2020-12-02 11:22 (UTC) by ali.molaei)
Hey @dfjigdfijgojio Did you take a look at ivansaul's comment?
Pinned Comments
ali.molaei commented on 2021-07-28 14:29 (UTC) (edited on 2024-11-02 19:21 (UTC) by ali.molaei)
If you get core dumps on version 5 or above, read this: https://jira.mongodb.org/browse/SERVER-58648