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 .. 4 5 6 7 8 9 10 11 Next › Last »

ali.molaei commented on 2019-10-19 07:37 (UTC) (edited on 2019-10-19 07:37 (UTC) by ali.molaei)

I think the checksums are now correct @monson, thanks

monson commented on 2019-09-04 06:14 (UTC) (edited on 2019-09-04 06:14 (UTC) by monson)

@ali.molaei ${CARCH} should not be used in source_x86_64/source_aarch64 because it's based on package system instead of build system when packaging. Please replace it with x86_64/aarch64 respectively, otherwise it will generate wrong checksum by makepkg -g and wrong filename in .SRCINFO .

axedre commented on 2019-08-29 14:28 (UTC)

I need to revert back to mongodb-bin v3.4.x, cause the lack of the --ssl flag is a blocker for me, since I use studio3t v2018.2.0 (and cannot upgrade it, sadly) which expects it in order to use IntelliShell. How would I go about doing it? There is no arch linux archive equivalent for AUR packages, is there? :(

ali.molaei commented on 2019-06-24 14:17 (UTC)

@C0rn3j Ok, in next version I will do it :D Thanks

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.