@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/
| 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: | 96 |
| Popularity: | 0.99 |
| First Submitted: | 2019-01-28 09:01 (UTC) |
| Last Updated: | 2026-04-17 13:54 (UTC) |
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »
@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/
Hello,
could you consider using the files for "focal" instead of "bionic"? Focal is more recent and thus more similar to Arch.
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.
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.
Thanks, that worked. This setting should be included in the package I would say... But why are the limits the limit.d directory ignored?
Soft rlimits too low
systemctl edit mongodb.service
And add
[Service]
LimitNOFILE=64000
restart mongod.
Hi, thank you for providing this package!
After updating from 4.2 I get the following two errors on startup:
Access control was active in 4.2 but now it seem to be gone, do I have to reenable it again? The necessary limits are set in /etc/security/limits.d/98-mongodb.conf but seem to be ignored from the version 4.4. How can they be applied?
Thank you very much in advance!
Best regards, Chris
Hi. If you are getting PGP key importing error, like this. Follow these instructions that I wrote on my blog. https://app.gitbook.com/@ivansaul/s/blog/how-to-install-mongodb-on-arch-linux
==> 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
==> Error: Problem importing keys
Pinned Comments
ali.molaei commented on 2025-10-24 19:22 (UTC) (edited on 2025-10-24 19:25 (UTC) by ali.molaei)
8.2 is a major update so you either have to update your database Upgrade 8.0 to 8.2 or use mongodb80-bin
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