Package Details: mongodb 7.0.11-1

Git Clone URL: https://aur.archlinux.org/mongodb.git (read-only, click to copy)
Package Base: mongodb
Description: A high-performance, open source, schema-free document-oriented database
Upstream URL: https://www.mongodb.com/
Keywords: database document-oriented
Licenses: SSPL-1.0
Provides: mongodb
Submitter: felixonmars
Maintainer: JstKddng
Last Packager: JstKddng
Votes: 34
Popularity: 0.095584
First Submitted: 2019-01-18 22:08 (UTC)
Last Updated: 2024-05-27 18:33 (UTC)

Sources (8)

Pinned Comments

JstKddng commented on 2022-08-03 23:28 (UTC)

Binary builds are available:

https://software.opensuse.org//download.html?project=home%3Ajustkidding%3Aarch&package=mongodb

JstKddng commented on 2022-08-03 23:28 (UTC)

If you have a pre-sandybridge CPU or an ARMv8 sbc, you can use mongodb44

If you'd like to stay in the V5.0 branch, you can use mongodb50

JstKddng commented on 2022-08-03 23:25 (UTC)

The mongo utility will be removed in future releases. Switching to mongosh is recommended.

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 Next › Last »

jamespharvey20 commented on 2019-02-10 03:19 (UTC)

Verified updating to 4.0.6 works, with the updated wiredtiger.

Here's changes I'd recommend considering: 1. Remove usr/bin/install_compass. It's a python script to install compass, which is a GUI for working with mongodb. But, the script detects the OS, and if linux, the distribution. It doesn't run on Arch, saying it's an unsupported distribution. There's an AUR package, mongodb-compass. 2. Per namcap: snappy, openssl, libsasl, and lsb-release can be removed from depends. The first 3 are satisfied by other dependencies, and the last is not needed. 3. optdepends of libpcap can be removed. Community listed it for "mongosniff", which was replaced by mongoreplay in 3.4. mongoreplay is part of mongodb-tools, and is listed in its depends.

I've also asked felixonmars if mongodb-tools should be dropped to the AUR, for the same licensing reason, and also so the same maintainer can have both, to keep their version numbers in sync. If you're willing, perhaps keep an eye out for that and pick it up as well. (In case you do, per namcap: libsasl and openssl can be removed from its depends, being satisfied by other dependencies.)

chrbayer commented on 2019-02-08 07:25 (UTC)

I have updated wiredtiger to the required commit for mongodb 4.0.6 and successfully build version 4.0.6. So this package can simply be updated :-)

gobyrne commented on 2019-01-28 17:14 (UTC)

I have an alternate solution that worked like a charm for me.

Create a docker container for your mongodb. Super simple, worked like a charm.

ali.molaei commented on 2019-01-28 09:09 (UTC)

Hi there, since we have all problems with compiling the MongoDB, I created a bin package for it, it is got from the MongoDB itself directly https://aur.archlinux.org/packages/mongodb-bin/

Use it happily :D

navarroaxel commented on 2019-01-26 22:11 (UTC)

@Leslie, maybe you run out of space of disk (33% is 150GB available) The compilation took me 395 minutes (via time) and 180GB on disk on Intel i7. The best way for install it now is download both packages from the archlinux archive and use the pacman -U <package> command: https://archive.archlinux.org/packages/m/mongodb/ https://archive.archlinux.org/packages/w/wiredtiger/

Leslie commented on 2019-01-26 13:45 (UTC)

Any idea why I'm getting out of space while compiling while I am totally sure to have enough space? my drive is only 33% full with 256GB max cap

navarroaxel commented on 2019-01-25 13:05 (UTC)

Well, if you need the package you can download it from: https://archive.archlinux.org/packages/m/mongodb/ and https://archive.archlinux.org/packages/w/wiredtiger/

This is so frustrating...