I don get what you mean? Simply add https://wiki.archlinux.org/title/PKGBUILD#validpgpkeys with PGP key from https://www.mongodb.com/docs/manual/tutorial/verify-mongodb-packages/ and add .sig files to sources
Search Criteria
Package Details: mongodb-bin 8.2.7-2
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: | 96 |
| Popularity: | 0.99 |
| First Submitted: | 2019-01-28 09:01 (UTC) |
| Last Updated: | 2026-04-17 13:54 (UTC) |
Dependencies (5)
- curl (curl-gitAUR, curl-c-aresAUR)
- mongosh-binAUR (mongosh-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- 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 (18)
- adminer (requires mongodb) (optional)
- alerta (requires mongodb) (optional)
- cronsun-bin (requires mongodb)
- flyenv-bin (requires mongodb) (optional)
- flyenv-git (requires mongodb) (optional)
- grasscutter-git (requires mongodb) (optional)
- graylog (optional)
- icalingua++ (optional)
- icalingua++-electron-git (requires mongodb) (optional)
- icalingua++-git (requires mongodb) (optional)
- librechat (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)
- python-ivre (requires mongodb) (optional)
Sources (7)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »
taba commented on 2025-07-13 00:09 (UTC) (edited on 2025-07-13 00:40 (UTC) by taba)
rafaelff commented on 2025-07-11 19:05 (UTC)
@taba: AUR is unsupported and contains user-provided package sources, so those who use AUR packages should be interested in running checksum and GPG verification for security sake. I highly recommend you do this simple verification and then import the GPG keys -- it will never annoy you again for the same GPG key.
taba commented on 2025-07-11 18:37 (UTC) (edited on 2025-07-13 00:41 (UTC) by taba)
https://www.mongodb.com/docs/manual/tutorial/verify-mongodb-packages/
Just add GPG verification. Why do I have to verify that you didn't package malware with GPG manually. This is extremely annoying.
ali.molaei commented on 2024-11-02 19:22 (UTC)
@drankinatty updated the pinned comment
drankinatty commented on 2024-10-31 05:23 (UTC) (edited on 2024-10-31 17:55 (UTC) by drankinatty)
mongdb-bin builds fine bug core-dumps on start.
# /usr/bin/mongod --verbose --config /etc/mongodb.conf
Illegal instruction (core dumped)
Answer: mongodb > 4.4 requires avx extensions.
lindstromj commented on 2024-10-16 14:41 (UTC)
Note that this latest package updates to MongoDB 8.0. It's worth taking a look at https://www.mongodb.com/docs/upcoming/release-notes/8.0/#upgrade-procedures before upgrading, particularly the part about featureCompatibilityVersion.
(I updated a 7.0 instance earlier today whose featureCompatibilityVersion for whatever reason was set to 6.0. The MongoDB 8.0 binaries failed to start and I gained a few more gray hairs digging through logs as the downtime window timer ticked on.)
petronny commented on 2023-10-17 14:16 (UTC)
Build failed for aarch64:
==> Validating source_aarch64 files with sha256sums...
mongodb-org-server_7.0.2_aarch64.deb ... Passed
mongodb-org-mongos_7.0.2_aarch64.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!
https://github.com/arch4edu/cactus/actions/runs/6548156526/job/17782375728
plutack commented on 2023-09-22 15:24 (UTC)
rafaelff: thanks for the fast reply. I was just about to re edit my question which i did now. The problem has been fixed and was related to the mongo poet still in use after stopping the process. Thank you for clarifying why the naming is what it is.
rafaelff commented on 2023-09-22 11:58 (UTC)
plutack: We are just enforcing some settings like filenames. Can you provide more info on the error you are seeing?
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