@@ -24,10 +24,18 @@ 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/r6.0.12 /LICENSE-Community.txt ) .
27
+ These binaries are subject to the [ MongoDB Server-Side Public License] ( https://github.com/mongodb/mongo/blob/r6.0.13 /LICENSE-Community.txt ) .
28
28
29
29
## Releases
30
30
31
+ - [ _ r6.0.13_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.0.13-rpi-unofficial ) [ January 19, 2024]
32
+
33
+ - [ _ r7.0.5_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.5-rpi-unofficial ) [ January 08, 2024]
34
+
35
+ - [ _ r6.0.12_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.0.12-rpi-unofficial ) [ January 08, 2024]
36
+
37
+ - [ _ r7.0.5_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.5-rpi-unofficial ) [ January 06, 2024]
38
+
31
39
- [ _ r6.0.12_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.0.12-rpi-unofficial ) [ January 03, 2024]
32
40
33
41
- [ _ r7.0.4_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.4-rpi-unofficial ) [ December 10, 2023]
@@ -65,8 +73,8 @@ These binaries are subject to the [MongoDB Server-Side Public License](https://g
65
73
```
66
74
# Using wget assumes network connection. Can also copy with USB.
67
75
$ mkdir ~/mdb-binaries && cd ~/mdb-binaries
68
- $ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r6.0.12 -rpi-unofficial/mongodb.ce.pi4.r6.0.12 .tar.gz
69
- $ tar xzvf mongodb.ce.pi4.r6.0.12 .tar.gz # Decompress tarball
76
+ $ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r6.0.13 -rpi-unofficial/mongodb.ce.pi4.r6.0.13 .tar.gz
77
+ $ tar xzvf mongodb.ce.pi4.r6.0.13 .tar.gz # Decompress tarball
70
78
71
79
# Prepare MongoDB data & log directories
72
80
$ mkdir -p /data/db/test_db
0 commit comments