Package Details: mongodb-bin 7.0.9-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: 91
Popularity: 2.82
First Submitted: 2019-01-28 09:01 (UTC)
Last Updated: 2024-04-29 09:14 (UTC)

Dependencies (5)

Required by (27)

Sources (7)

Pinned Comments

ali.molaei commented on 2021-07-28 14:29 (UTC)

If you get core dumps on version 5, read this: https://jira.mongodb.org/browse/SERVER-58648

Latest Comments

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

ivansaul commented on 2020-08-20 20:57 (UTC)

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

hmblesam commented on 2020-08-09 05:25 (UTC)

@jeeeem Thank you. It worked

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.