@@ -24,10 +24,16 @@ MongoDB officially requires ARMv8.2-A+ [microarchitecture support](https://www.m
24
24
25
25
However, the Raspberry Pi 5 does meet the minimum hardware requirements with its newer CPU.
26
26
27
- These binaries are subject to the [ MongoDB Server-Side Public License] ( https://github.com/mongodb/mongo/blob/r7.0.8 /LICENSE-Community.txt ) .
27
+ These binaries are subject to the [ MongoDB Server-Side Public License] ( https://github.com/mongodb/mongo/blob/r7.0.11 /LICENSE-Community.txt ) .
28
28
29
29
## Releases
30
30
31
+ - [ _ r7.0.11_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.11-rpi-unofficial ) [ June 03, 2024]
32
+
33
+ - [ _ r7.0.9_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.9-rpi-unofficial ) [ April 30, 2024]
34
+
35
+ - [ _ r7.0.8_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.8-rpi-unofficial ) [ April 22, 2024]
36
+
31
37
- [ _ r7.0.8_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.8-rpi-unofficial ) [ April 11, 2024]
32
38
33
39
- [ _ r7.0.7_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.7-rpi-unofficial ) [ April 03, 2024]
@@ -77,8 +83,8 @@ These binaries are subject to the [MongoDB Server-Side Public License](https://g
77
83
```
78
84
# Using wget assumes network connection. Can also copy with USB.
79
85
$ mkdir ~/mdb-binaries && cd ~/mdb-binaries
80
- $ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r7.0.8 -rpi-unofficial/mongodb.ce.pi4.r7.0.8 .tar.gz
81
- $ tar xzvf mongodb.ce.pi4.r7.0.8 .tar.gz # Decompress tarball
86
+ $ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r7.0.11 -rpi-unofficial/mongodb.ce.pi4.r7.0.11 .tar.gz
87
+ $ tar xzvf mongodb.ce.pi4.r7.0.11 .tar.gz # Decompress tarball
82
88
83
89
# Prepare MongoDB data & log directories
84
90
$ mkdir -p /data/db/test_db
0 commit comments