@jeeeem Thank you. It worked
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 .. 5 6 7 8 9 10 11 12 13 Next › Last »
hmblesam commented on 2020-08-09 05:25 (UTC)
diogobaeder commented on 2020-08-03 18:08 (UTC)
Thanks @krist , it's working fine now after I ran your recommended command :-)
krist commented on 2020-08-03 08:53 (UTC) (edited on 2020-08-03 08:55 (UTC) by krist)
@diogobaeder: You probably need to update featureCompatibilityVersion, see docs.
If you came from 4.2.6+, you essentially need to downgrade to latest 4.2 to get mongodb up and running again, run db.adminCommand( { setFeatureCompatibilityVersion: "4.2" } ) on the mongo shell with admin permissions and then upgrade to 4.4.
If you upgraded from 4.2.5 or earlier, you might need to re-install from scratch and restore data from backup instead of simply downgrading.
diogobaeder commented on 2020-08-02 06:50 (UTC)
Hi folks,
After the upgrade to 4.4.0 it won't start anymore for me:
{"t":{"$date":"2020-08-02T03:41:05.175-03:00"},"s":"W", "c":"STORAGE", "id":22347, "ctx":"initandlisten","msg":"Failed to start up WiredTiger under any compatibility version. This may be due to an unsupported upgrade or downgrade."}
{"t":{"$date":"2020-08-02T03:41:05.176-03:00"},"s":"F", "c":"STORAGE", "id":28595, "ctx":"initandlisten","msg":"Terminating.","attr":{"reason":"95: Operation not supported"}}
{"t":{"$date":"2020-08-02T03:41:05.176-03:00"},"s":"F", "c":"-", "id":23091, "ctx":"initandlisten","msg":"Fatal assertion","attr":{"msgid":28595,"file":"src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp","line":1100}}
Any ideas?
jeeeem commented on 2020-07-20 17:51 (UTC)
For the error pgp
gpg --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 [key] work for me
hmblesam commented on 2020-07-19 12:18 (UTC) (edited on 2020-07-19 12:23 (UTC) by hmblesam)
Hey @ali.molaei I am getting PGP key importing error
==> 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
shine commented on 2020-06-03 12:13 (UTC)
@ali.molaei I have installed openssl, openssl-1.0, lib32-openssl, lib32-openssl-1.0, libcurl-compat, lib32-libcurl-compat. However, no progress has been made. I am sad that the error is still that error.
ali.molaei commented on 2020-06-03 10:35 (UTC)
@shane is openssl installed on your system? if yes, try installing libcurl-compat as well, let me know which is helped you
shine commented on 2020-06-03 01:41 (UTC) (edited on 2020-06-03 01:42 (UTC) by shine)
However, after I built with aur, I got an error when trying to exec mongod: mongod: /usr/lib/libcurl.so.4: version 'CURL_OPENSSL_3' not found (required by mongod)
Do you know how to solve it?...
@ali.molaei
ali.molaei commented on 2020-06-02 23:03 (UTC)
Hey @shine, as you can read in pinned comment, that package will not be updated anymore and does not have SSL support, so... we switched to ubuntu binaries
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