@C0rn3j Ok, in next version I will do it :D Thanks
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 .. 7 8 9 10 11 12 13 Next › Last »
ali.molaei commented on 2019-06-24 14:17 (UTC)
C0rn3j commented on 2019-06-23 14:53 (UTC)
Please switch from the legacy mongodb.conf to the YAML syntax. I just banged my head against the wall for a bit wondering why my configuration option didn't work as I was using the YAML syntax.
https://docs.mongodb.com/manual/reference/configuration-options/
https://github.com/mongodb/mongo/blob/master/rpm/mongod.conf
ali.molaei commented on 2019-06-20 21:14 (UTC)
@monson I have edited PKGBUILD to support aarch64, but I will push it after a new version is released, I have made to rename the downloaded files from _amd64 to _x86_64 so if I push it now, the old users should download same files again, as the cached names do not match. I will push it for the next version
monson commented on 2019-06-18 06:00 (UTC)
Add aarch64 support and tested on aarch64 (not yet on x86_64), would you check out this and patch it? https://gist.github.com/holymonson/f003043faad75e135bbad7795e9c1380
ali.molaei commented on 2019-02-14 15:58 (UTC) (edited on 2019-02-14 20:59 (UTC) by ali.molaei)
As I said, mongodb general Linux release didn't support SSL, and Also, they will not exist after version 4.2 https://www.mongodb.com/blog/post/a-proposal-to-endoflife-our-generic-linux-tar-packages So, I changed my mind about using them and will use ubuntu xenial binaries from http://repo.mongodb.org/apt/ubuntu/dists/xenial/ for now, as they have SSL support, maybe there will be an official Arch Linux repo of mongodb one day :)
I also separated -tools package and now there will be a mongodb-tools-bin package
There is only one problem and that is the mongoreplay binary is not exists in -tools packages of mongodb-org repo of any distro!
I filed a bug here about it, and maybe it will be added soon. https://jira.mongodb.org/browse/TOOLS-2220
ali.molaei commented on 2019-02-14 09:53 (UTC)
Looks like https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.6.tgz these binaries have no support for SSL, I will update the package with binaries with SSL support very soon
jamespharvey20 commented on 2019-02-14 08:57 (UTC) (edited on 2019-02-14 08:58 (UTC) by jamespharvey20)
@hendry, using the mongodb-bin package, mongod --version sadly does not list a line with OpenSSL version, where it lists OpenSSL version: OpenSSL 1.1.1a 20 Nov 2018 using the mongodb package. It looks like upstream must not use the --ssl option when compiling their pre-made binary. That makes sense, too, since this package appears fine without any dependencies. Otherwise, "namcap" would be picking up openssl as a missing dependency.
If you need to run that, I think that means the only options are to convince upstream to add the option and issue a new release of the .tgz, or to perform the lengthy compilation using the mongodb package. FYI, it compiles in about 1.5 hours with 180GB of hard drive space using a 32 core system. Maybe there's some VPS machines matching those specs that could be rented for a few hours and destroyed.
ali.molaei commented on 2019-02-14 07:21 (UTC)
@hendry
Can you please install openssl to see the problem solves or not?
$ sudo pacman -S openssl
hendry commented on 2019-02-14 06:31 (UTC)
Whilst trying to dump with
mongodump version: r4.0.6 git version: caa42a1f75a56c7643d0b68d3880444375ec42e3 Go version: go1.10.7 os: linux arch: amd64 compiler: gc
I get:
error parsing command line options: cannot use ssl: tool not built with SSL support
francoism90 commented on 2019-02-12 16:10 (UTC) (edited on 2019-02-12 16:10 (UTC) by francoism90)
@ali.molaei Great stuff, good to know what deps are required. :)
Bit disappointed this is not listed on their man/wiki, or maybe I'm in the wrong section?
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