Skip to content

Releases: themattman/mongodb-raspberrypi-binaries

r7.0.14 Unofficial Raspberry Pi Binaries

24 Sep 14:38
Compare
Choose a tag to compare

These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.

Each binary was built with static linking against its dependencies from the mongodb/mongo project.

The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:

  • mongo - legacy MongoDB shell
  • mongod - MongoDB Community Edition Server
  • mongos - MongoDB Query Router - for Sharded Clusters

Additional files included

  • README.md
  • LICENSE-Community.txt

Files

  • mongodb.ce.pi4.r7.0.14.tar.gz - 87MB compressed | 250MB uncompressed
    • Community Edition
    • Built for ARM64 (cortex-a72)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user 4m52.817s
    • sha256sum: 6f417c8a19e0376d0251cfed5c51daa3c255ae80e211fb127c3b36404ae499ad
    • all symbols stripped

Notes

The libstdc++ library that ships with Raspberry Pi OS on the Raspberry Pi 4 does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version:

sudo ln -s /usr/local/lib64/libstdc++.so.6.0.29 /lib/aarch64-linux-gnu/libstdc++.so.6

Instructions to build this dependency from source as well as a pre-built binary are here.

r7.0.11 Unofficial Raspberry Pi Binaries

04 Jun 23:10
Compare
Choose a tag to compare

These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.

Each binary was built with static linking against its dependencies from the mongodb/mongo project.

The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:

  • mongo - legacy MongoDB shell
  • mongod - MongoDB Community Edition Server
  • mongos - MongoDB Query Router - for Sharded Clusters

Additional files included

  • README.md
  • LICENSE-Community.txt

Files

  • mongodb.ce.pi4.r7.0.11.tar.gz - 89MB compressed | 253MB uncompressed
    • Community Edition
    • Built for ARM64 (cortex-a72)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user 4725m26.294s
    • sha256sum: 78fa9fc88354b4ff187053bef38409e9927072e2cd380ea1f99af637dd02c42b
    • all symbols stripped

Notes

The libstdc++ library that ships with Raspberry Pi OS on the Raspberry Pi 4 does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version:

sudo ln -s /usr/local/lib64/libstdc++.so.6.0.29 /lib/aarch64-linux-gnu/libstdc++.so.6

Instructions to build this dependency from source as well as a pre-built binary are here.

r7.0.8 Unofficial Raspberry Pi Binaries

22 Apr 01:58
Compare
Choose a tag to compare

These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.

Each binary was built with static linking against its dependencies from the mongodb/mongo project.

The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:

  • mongo - legacy MongoDB shell
  • mongod - MongoDB Community Edition Server
  • mongos - MongoDB Query Router - for Sharded Clusters

Additional files included

  • README.md
  • LICENSE-Community.txt

Files

  • mongodb.ce.pi4.r7.0.8.tar.gz - 89MB compressed | 253MB uncompressed
    • Community Edition
    • Built for ARM64 (cortex-a72)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user 4720m5.609s
    • sha256sum: 9606a7c8a2bf17d18df8e62dabe9bb547d437ae0a418eba1713c46f968fc339a
    • all symbols stripped

Notes

The libstdc++ library that ships with Raspberry Pi OS on the Raspberry Pi 4 does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version:

sudo ln -s /usr/local/lib64/libstdc++.so.6.0.29 /lib/aarch64-linux-gnu/libstdc++.so.6

Instructions to build this dependency from source as well as a pre-built binary are here.

r6.0.14 Unofficial Raspberry Pi Binaries

07 Apr 08:03
Compare
Choose a tag to compare

These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.

Each binary was built with static linking against its dependencies from the mongodb/mongo project.

The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:

  • mongo - legacy MongoDB shell
  • mongod - MongoDB Community Edition Server
  • mongos - MongoDB Query Router - for Sharded Clusters

Additional files included

  • README.md
  • LICENSE-Community.txt

Files

  • mongodb.ce.pi4.r6.0.14.tar.gz - 78MB compressed | 211MB uncompressed
    • Community Edition
    • Built for ARM64 (cortex-a72)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user 3181m55.187s
    • sha256sum: 02d9b508d78177a396be4a7b64ac081a866fb258781ae3e2b7e2422aa45bbfeb
    • all symbols stripped

Notes

The libstdc++ library that ships with Raspberry Pi OS on the Raspberry Pi 4 does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version:

sudo ln -s /usr/local/lib64/libstdc++.so.6.0.29 /lib/aarch64-linux-gnu/libstdc++.so.6

Instructions to build this dependency from source as well as a pre-built binary are here.

r7.0.7 Unofficial Raspberry Pi Binaries

02 Apr 16:54
Compare
Choose a tag to compare

These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.

Each binary was built with static linking against its dependencies from the mongodb/mongo project.

The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:

  • mongo - legacy MongoDB shell
  • mongod - MongoDB Community Edition Server
  • mongos - MongoDB Query Router - for Sharded Clusters

Additional files included

  • README.md
  • LICENSE-Community.txt

Files

  • mongodb.ce.pi4.r7.0.7.tar.gz - 89MB compressed | 253MB uncompressed
    • Community Edition
    • Built for ARM64 (cortex-a72)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user 8m12.570s
    • sha256sum: 42c47cab6fcec4bca21f85bf1f835779294c0d578346e7a88b4c2968291ef81a mongodb.ce.pi4.r7.0.7.tar.gz
    • all symbols stripped

Notes

The libstdc++ library that ships with Raspberry Pi OS on the Raspberry Pi 4 does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version:

sudo ln -s /usr/local/lib64/libstdc++.so.6.0.29 /lib/aarch64-linux-gnu/libstdc++.so.6

Instructions to build this dependency from source as well as a pre-built binary are here.

r7.0.6 Unofficial Raspberry Pi Binaries

22 Mar 21:57
Compare
Choose a tag to compare

These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.

Each binary was built with static linking against its dependencies from the mongodb/mongo project.

The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:

  • mongo - legacy MongoDB shell
  • mongod - MongoDB Community Edition Server
  • mongos - MongoDB Query Router - for Sharded Clusters

Additional files included

  • README.md
  • LICENSE-Community.txt

Files

  • mongodb.ce.pi4.r7.0.6.tar.gz - 89MB compressed | 253MB uncompressed
    • Community Edition
    • Built for ARM64 (cortex-a72)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user 4680m42.211s
    • sha256sum: bf0495aa41a1fbed3f14ff18e793b9c8e9c0680510d9600efb27fbee189184fc mongodb.ce.pi4.r7.0.6.tar.gz
    • all symbols stripped

Notes

The libstdc++ library that ships with Raspberry Pi OS on the Raspberry Pi 4 does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version:

sudo ln -s /usr/local/lib64/libstdc++.so.6.0.29 /lib/aarch64-linux-gnu/libstdc++.so.6

Instructions to build this dependency from source as well as a pre-built binary are here.

r6.0.13 Unofficial Raspberry Pi Binaries

30 Jan 07:34
Compare
Choose a tag to compare

These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.

Each binary was built with static linking against its dependencies from the mongodb/mongo project.

The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:

  • mongo - legacy MongoDB shell
  • mongod - MongoDB Community Edition Server
  • mongos - MongoDB Query Router - for Sharded Clusters

Additional files included

  • README.md
  • LICENSE-Community.txt

Files

  • mongodb.ce.pi4.r6.0.13.tar.gz - 78MB compressed | 210MB uncompressed
    • Community Edition
    • Built for ARM64 (cortex-a72)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user 3199m0.754s
    • sha256sum: 1e0b6c11bfb3428ce263d89213a0d9032327da80f0d0731799e9b0de38ba9cd1
    • all symbols stripped

Notes

The libstdc++ library that ships with Raspberry Pi OS on the Raspberry Pi 4 does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version:

sudo ln -s /usr/local/lib64/libstdc++.so.6.0.29 /lib/aarch64-linux-gnu/libstdc++.so.6

Instructions to build this dependency from source as well as a pre-built binary are here.

r7.0.5 Unofficial Raspberry Pi Binaries

08 Jan 00:24
Compare
Choose a tag to compare

These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.

Each binary was built with static linking against its dependencies from the mongodb/mongo project.

The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:

  • mongo - legacy MongoDB shell
  • mongod - MongoDB Community Edition Server
  • mongos - MongoDB Query Router - for Sharded Clusters

Additional files included

  • README.md
  • LICENSE-Community.txt

Files

  • mongodb.ce.pi4.r7.0.5.tar.gz - 88MB compressed | 252MB uncompressed
    • Community Edition
    • Built for ARM64 (cortex-a72)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user4610m31.377s
    • sha256sum: 236722eaf07a2bfb296c120eabd2bf8f9e56dcb74c38d93927fcfcbdf83e85d9
    • all symbols stripped
  • mongodb.ce.pi5.r7.0.5.tar.gz - 88MB compressed | 252MB uncompressed
    • Community Edition
    • Built for ARM64 (cortex-a76)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user4645m17.833s
    • sha256sum: b351b650172c1abafd14da3b76db4bbaf3d898dfc89ac8f413ac02ae6fea6471
    • all symbols stripped

Notes

The libstdc++ library that ships with Raspberry Pi OS does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version:

sudo ln -s /usr/local/lib64/libstdc++.so.6.0.29 /lib/aarch64-linux-gnu/libstdc++.so.6

Instructions to build this dependency from source as well as a pre-built binary are here.

r6.0.12 Unofficial Raspberry Pi Binaries

03 Jan 14:22
Compare
Choose a tag to compare

These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.

Each binary was built with static linking against its dependencies from the mongodb/mongo project.

The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:

  • mongo - legacy MongoDB shell
  • mongod - MongoDB Community Edition Server
  • mongos - MongoDB Query Router - for Sharded Clusters

Additional files included

  • README.md
  • LICENSE-Community.txt

Files

  • mongodb.ce.pi4.r6.0.12.tar.gz - 78MB compressed | 210MB uncompressed

    • Community Edition
    • Built for ARM64 (cortex-a72)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user 3162m22.329s
    • sha256sum: 6839c1a70bea84b525d91cd552bd8c4cc50568cce034494f359f7131242c5ca4
    • all symbols stripped
  • mongodb.ce.pi5.r6.0.12.tar.gz - 77MB compressed | 210MB uncompressed

    • Community Edition
    • Built for ARM64 (cortex-a76)
    • minimum needed
    • optimal for execution on embedded platforms
    • build time: user 2897m53.810s
    • sha256sum: 02fb0f57eaa7747735bc5f33491fb50852f4ac54bf5c1df8fd55349522fcf11e
    • all symbols stripped

MongoDB Release Notes

Notes

The libstdc++ library that ships with Raspberry Pi OS does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version:

sudo ln -s /usr/local/lib64/libstdc++.so.6.0.29 /lib/aarch64-linux-gnu/libstdc++.so.6

Instructions to build this dependency from source as well as a pre-built binary are here.

r7.0.4 Unofficial Raspberry Pi Binaries

10 Dec 13:52
Compare
Choose a tag to compare

These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.

Each binary was built with static linking against its dependencies from the mongodb/mongo project.

The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:

  • mongo - legacy MongoDB shell
  • mongod - MongoDB Community Edition Server
  • mongos - MongoDB Query Router - for Sharded Clusters

Additional files included

  • README.md
  • LICENSE-Community.txt

Files

  • mongodb.ce.pi4.r7.0.4.tar.gz - 89MB compressed | 253MB uncompressed

    • Community Edition
    • Built for ARM64 (cortex-a72)
    • Build time: user 1690m35.619s
    • All symbols stripped
  • mongodb.ce.pi5.r7.0.4.tar.gz - 88MB compressed | 253MB uncompressed

    • Community Edition
    • Built for ARM64 (cortex-a76)
    • Build time: user 4583m3.852s
    • All symbols stripped

MongoDB Release Notes

Notes

The libstdc++ library that ships with Raspberry Pi OS on the Raspberry Pi 4 does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version:

sudo ln -s /usr/local/lib64/libstdc++.so.6.0.29 /lib/aarch64-linux-gnu/libstdc++.so.6

Instructions to build this dependency from source as well as a pre-built binary are here.