Package Details: mongodb-bin 8.2.1-1

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: 95
Popularity: 0.42
First Submitted: 2019-01-28 09:01 (UTC)
Last Updated: 2025-10-24 19:15 (UTC)

Dependencies (5)

Required by (18)

Sources (7)

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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

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.

chrbayer commented on 2020-08-21 12:53 (UTC)

Thanks, that worked. This setting should be included in the package I would say... But why are the limits the limit.d directory ignored?

Bodenhaltung commented on 2020-08-21 11:08 (UTC)

Soft rlimits too low

systemctl edit mongodb.service

And add

[Service] LimitNOFILE=64000

restart mongod.

chrbayer commented on 2020-08-20 22:28 (UTC)

Hi, thank you for providing this package!

After updating from 4.2 I get the following two errors on startup:

  • Access control is not enabled for the database. Read and write access to data and configuration is unrestricted
  • Soft rlimits too low

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