@drankinatty updated the pinned comment
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)
- python-ivre (requires mongodb) (optional)
- python-ivre-git (requires mongodb) (optional)
- python-pydal-git (requires mongodb) (optional)
- rocketchat-server (requires mongodb)
- rocketchat-server-standalone (requires mongodb)
- sip3-captain-ce (requires mongodb) (optional)
- sip3-salto-ce (requires mongodb) (optional)
- sip3-twig-ce (requires mongodb) (optional)
- unifi (requires mongodb)
- unifi-beta (requires mongodb)
- unifi-video (requires mongodb)
Sources (7)
ali.molaei commented on 2024-11-02 19:22 (UTC)
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?
plutack commented on 2023-09-22 11:51 (UTC) (edited on 2023-09-22 15:24 (UTC) by plutack)
Is there a reason the config file is actively being changed to mongodb.conf from the new mongod.conf?
chovy commented on 2022-11-05 09:50 (UTC)
requires openssl-1.1
arch uses 1.3 now.
ali.molaei commented on 2022-11-05 08:53 (UTC)
@ZhangHua thanks for informing me
ZhangHua commented on 2022-11-05 02:48 (UTC)
Arch has upgraded openssl to 3.x and this package should be rebuilt with newer version of openssl. If this is not possible, please consider add openssl-1.1 into its depends.
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