@diogobaeder and also take a backup if you have important data on your mongodb database before doing any upgrades etc
Search Criteria
Package Details: mongodb-bin 8.0.4-1
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: | 93 |
Popularity: | 0.39 |
First Submitted: | 2019-01-28 09:01 (UTC) |
Last Updated: | 2024-12-13 11:09 (UTC) |
Dependencies (5)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- mongosh-binAUR (mongosh-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- 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 (31)
- adminer (requires mongodb) (optional)
- alerta (requires mongodb) (optional)
- camlistore (requires mongodb) (optional)
- cronsun-bin (requires mongodb)
- grasscutter-git (requires mongodb) (optional)
- graylog (requires mongodb) (optional)
- icalingua++ (optional)
- icalingua++-electron-git (requires mongodb) (optional)
- icalingua++-git (requires mongodb) (optional)
- nemesyst-git (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)
- pumpio-git (requires mongodb) (optional)
- python-ezdb-git (requires mongodb) (optional)
- Show 13 more...
Sources (7)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »
ali.molaei commented on 2021-08-17 05:28 (UTC)
ali.molaei commented on 2021-08-17 05:27 (UTC)
@diogobaeder Looks like you don't have a binary problem, version 5 is running fine for you, but it cannot migrate your database from version 4.2 to 5.0 because of some incompatibility
{"t":{"$date":"2021-08-16T23:40:11.582-03:00"},"s":"F", "c":"CONTROL", "id":20573, "ctx":"initandlisten","msg":"Wrong mongod version","attr":{"error":"UPGRADE PROBLEM: Found an invalid featureCompatibilityVersion document (ERROR: Location4926900: Invalid featureCompatibilityVersion document in admin.system.version: { _id: \"featureCompatibilityVersion\", version: \"4.2\" }. See https://docs.mongodb.com/master/release-notes/4.4-compatibility/#feature-compatibility. :: caused by :: Invalid value for featureCompatibilityVersiondocument in admin.system.version, found 4.2, expected '4.4' or '4.9' or '5.0. See https://docs.mongodb.com/master/release-notes/4.4-compatibility/#feature-compatibility.). If the current featureCompatibilityVersion is below 4.4, see the documentation on upgrading at https://docs.mongodb.com/master/release-notes/4.4/#upgrade-procedures."}}
Invalid value for featureCompatibilityVersiondocument in admin.system.version, found 4.2, expected '4.4' or '4.9' or '5.0.
Take a look at this link: https://docs.mongodb.com/master/release-notes/4.4/#upgrade-procedures
https://docs.mongodb.com/master/release-notes/4.4-compatibility/#feature-compatibility
diogobaeder commented on 2021-08-17 02:47 (UTC)
Hi @rafaelff, thanks for the help! Here's my log for today: http://codepad.org/f7qhQl5i
rafaelff commented on 2021-08-16 22:27 (UTC)
@diogobaeder: interesting. Can you please provide more details on the error you are seeing? If any big output or traceback, please use a pastebin service
diogobaeder commented on 2021-08-16 22:11 (UTC)
Here are my supported instructions:
$ cat /proc/cpuinfo | grep ^flags | uniq
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear flush_l1d
However, MongoDB 5 still won't run on my computer.
rafaelff commented on 2021-08-16 19:14 (UTC)
MongoDB updated Production Notes on x86_64 arch with the following information:
For Intel x86_64, MongoDB requires one of: a Sandy Bridge or later Core processor, or a Tiger Lake or later Celeron or Pentium processor.
For AMD x86_64, MongoDB requires: a Bulldozer or later processor.
It seems avx instruction support is required. See DOCS-14684 for more info.
One can check the CPU's supported instructions with cat /proc/cpuinfo | grep ^flags | uniq
diogobaeder commented on 2021-08-16 14:15 (UTC)
@HLFH indeed they did. It's really annoying for me at least that I have a computer that's not even 10 years old and doesn't work with the current MongoDB stable anymore for lack of compatibility. And it's a pretty good computer. I hope they fix this soon and start supporting these not-really-so-old computers.
HLFH commented on 2021-08-16 13:56 (UTC)
Sounds like they fucked up for MongoDB 5.0. They should have accepted Intel Avoton (Atom) server architecture for example.
I also downgraded to the more stable mongodb44-bin. And that works great. For now.
rafaelff commented on 2021-08-13 16:43 (UTC)
@replabrobin consider checking any open bug report or filing a new bug report in MongoDB bug tracker. Maybe you find a solution in there.
replabrobin commented on 2021-08-10 10:12 (UTC)
I had startup problems after upgrade and even downgrade to mongodb44-bin until I found this post related to status=14 failure
https://askubuntu.com/questions/823288/mongodb-loads-but-breaks-returning-status-14
Pinned Comments
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