Package Details: mongodb 8.2.7-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 nosql
Licenses: SSPL-1.0
Provides: mongodb
Submitter: felixonmars
Maintainer: pricechrispy
Last Packager: pricechrispy
Votes: 36
Popularity: 0.001993
First Submitted: 2019-01-18 22:08 (UTC)
Last Updated: 2026-05-08 20:13 (UTC)

Pinned Comments

pricechrispy commented on 2025-11-09 20:45 (UTC)

Current releases https://www.mongodb.com/try/download/community

pricechrispy commented on 2025-10-03 16:59 (UTC)

Before upgrading to 8.2, you must set the feature compatibility version to 8.0. See documentation: https://www.mongodb.com/docs/manual/release-notes/8.2-upgrade-standalone/#feature-compatibility-version

Note that building takes about 84gb of memory as of 8.2.1.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 17 Next › Last »

JstKddng commented on 2022-07-14 14:51 (UTC)

@sid00100

what do you mean by that? is there an issue with this package?

sid00100 commented on 2022-07-14 10:37 (UTC)

Please fix dependency hell problem.

JstKddng commented on 2022-04-07 15:33 (UTC)

@agnotek

If you can't build you can download binaries here. https://software.opensuse.org//download.html?project=home%3Ajustkidding%3Aarch&package=mongodb

agnotek commented on 2022-04-07 07:53 (UTC)

can't build

JstKddng commented on 2022-02-21 03:29 (UTC)

@rageltman

I believe you have to update to each major version until 4.4, then you can update to 5.0

rageltman commented on 2022-02-20 19:45 (UTC)

@JstKddng: thanks for taking this up. The package as built right now (mongodb-5.0.6-1) breaks when upgrading from v4. It needs libyaml-cpp as a runtime dependency, and fails to start-up even when that's deployed after running a normal pacman upgrade (and explicitly installing libyaml-cpp). I've not dug into why it doesn't start yet after sorting out the dependency issue, just rolled back to v4 for now.

JstKddng commented on 2022-02-06 14:09 (UTC) (edited on 2022-07-21 01:46 (UTC) by JstKddng)

Hey everyone, new maintainer here. I've updated the package to the latest version. You can get prebuilt binaries for mongodb on my OBS repository.

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

14mRh4X0r commented on 2022-01-10 11:56 (UTC)

I was able to build with this patch.

TJM commented on 2021-11-15 14:34 (UTC) (edited on 2021-11-15 14:36 (UTC) by TJM)

Got an compilation error:

src/mongo/db/exec/plan_stats.h:214:10: error: 'optional' in namespace 'std' does not name a template type
  214 |     std::optional<std::string> replanReason;
      |          ^~~~~~~~
src/mongo/db/exec/plan_stats.h:41:1: note: 'std::optional' is defined in header '<optional>'; did you forget to '#include <optional>'?
   40 | #include "mongo/util/container_size_helper.h"
  +++ |+#include <optional>
   41 | #include "mongo/util/time_support.h"

Perhaps a patch is required?

ali.molaei commented on 2021-04-03 06:27 (UTC)

@xamindar You can use https://aur.archlinux.org/packages/mongodb-bin/ as it's downloading from official repositories of mongodb, or use the docker as you said, if you don't want to compile from source