@snale systemd considers /run a legacy tmpfile path and recomends /var/run. See warning implemented for systemd 239 in https://github.com/systemd/systemd/commit/a2d1fb882c4308bc10362d971f333c5031d60069
Search Criteria
Package Details: mongodb-bin 8.0.13-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: | 95 |
Popularity: | 0.58 |
First Submitted: | 2019-01-28 09:01 (UTC) |
Last Updated: | 2025-08-28 07:30 (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)
- kamailio (requires mongodb) (optional)
- librechat (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)
Sources (7)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 12 Next › Last »
rafaelff commented on 2022-09-20 17:08 (UTC)
snale commented on 2022-09-20 16:27 (UTC)
Hey, I was wondering, wouldn't it be better to use /run
instead of /var
for the systemd service PID file? /var/run
is a tmpfs originally too whereas /var
is not, I think.
rafaelff commented on 2022-07-21 18:30 (UTC) (edited on 2022-07-21 18:31 (UTC) by rafaelff)
Updated to 6.0.0. Those willing to stick with 5.x versions, check mongodb50-bin
ali.molaei commented on 2022-04-28 13:37 (UTC)
@flying-sheep can you provide it?
flying-sheep commented on 2022-04-28 13:29 (UTC)
Hi, I don’t want mongodb to start until I need it. Is it possible to add a mongodb.socket file for systemd?
rafaelff commented on 2022-01-02 10:35 (UTC)
@iib: That's the option made by MongoDB, and there's nothing the package maintainers can do about it. You could use mongodb44-bin, which aims to provide the latest release from 4.4.x series.
iib commented on 2022-01-02 10:18 (UTC) (edited on 2022-01-02 10:19 (UTC) by iib)
I am getting core dump, my processor is celeron n4100. Avx and f16c are not supported for me, and now I can not use the program? This is just a mockery because my cpu is not that old!
VeryGeneric commented on 2021-12-20 05:34 (UTC)
anyone else get a fun
mongo: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
error?
abnud1 commented on 2021-11-16 06:27 (UTC)
MongoDB supports better validation error messages from version 5+ but it seems that it doesn't work when installing MongoDB through this package, when using $jsonSchema validation with big schema it's hard to identify the root cause of the problem.
What do you think is the cause of this?
rafaelff commented on 2021-09-02 12:07 (UTC)
@aplund: There is the 4.4.x seriers, provided by mongodb44-bin package.
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