Just for reference, I'm having problems running version 5.0.0 on Arch, so please wait for update a little more.
Search Criteria
Package Details: mongodb-bin 8.0.4-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: | 93 |
Popularity: | 0.39 |
First Submitted: | 2019-01-28 09:01 (UTC) |
Last Updated: | 2024-12-13 11:09 (UTC) |
Dependencies (5)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, 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 (31)
- adminer (requires mongodb) (optional)
- alerta (requires mongodb) (optional)
- camlistore (requires mongodb) (optional)
- cronsun-bin (requires mongodb)
- grasscutter-git (requires mongodb) (optional)
- graylog (requires mongodb) (optional)
- icalingua++ (optional)
- icalingua++-electron-git (requires mongodb) (optional)
- icalingua++-git (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)
- Show 13 more...
Sources (7)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
ali.molaei commented on 2021-07-17 09:19 (UTC)
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?
basemax commented on 2020-12-02 11:13 (UTC) (edited on 2020-12-02 11:13 (UTC) by basemax)
:: Downloaded PKGBUILD (1/2): libcurl-openssl-1.0
:: Downloaded PKGBUILD (2/2): mongodb-bin
2 libcurl-openssl-1.0 (Build Files Exist)
1 mongodb-bin (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> n
:: (1/2) Parsing SRCINFO: libcurl-openssl-1.0
:: (2/2) Parsing SRCINFO: mongodb-bin
:: PGP keys need importing:
-> 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2, required by: libcurl-openssl-1.0
==> Import? [Y/n] y
:: Importing keys with gpg...
gpg: keyserver receive failed: General error
problem importing keys
ali.molaei commented on 2020-11-14 09:10 (UTC)
@G3ro Sorry for being late to answer
Yes I will do that for the next release (4.4.2 is Upcoming) https://docs.mongodb.com/manual/release-notes/4.4/
G3ro commented on 2020-09-27 22:09 (UTC) (edited on 2020-10-26 20:31 (UTC) by G3ro)
Hello,
could you consider using the files for "focal" instead of "bionic"? Focal is more recent and thus more similar to Arch.
chrbayer commented on 2020-08-21 13:08 (UTC)
Ah, ok :-) Thank you very much for the information, so I will remove my file. I found the reason for the missing authentication, too: My mongodb.conf was overwritten where I enabled it.
Bodenhaltung commented on 2020-08-21 13:00 (UTC)
But why are the limits the limit.d directory ignored?
/etc/security/limits.conf allows setting resource limits for users logged in via PAM and not affect system services.
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