Commit 5ce9837 1 parent a0970db commit 5ce9837 Copy full SHA for 5ce9837
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,12 @@ 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.13 /LICENSE-Community.txt ) .
27
+ These binaries are subject to the [ MongoDB Server-Side Public License] ( https://github.com/mongodb/mongo/blob/r7 .0.6 /LICENSE-Community.txt ) .
28
28
29
29
## Releases
30
30
31
+ - [ _ r7.0.6_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.6-rpi-unofficial ) [ March 21, 2024]
32
+
31
33
- [ _ r6.0.13_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.0.13-rpi-unofficial ) [ January 29, 2024]
32
34
33
35
- [ _ r7.0.5_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.5-rpi-unofficial ) [ January 06, 2024]
@@ -69,8 +71,8 @@ These binaries are subject to the [MongoDB Server-Side Public License](https://g
69
71
```
70
72
# Using wget assumes network connection. Can also copy with USB.
71
73
$ mkdir ~/mdb-binaries && cd ~/mdb-binaries
72
- $ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r6 .0.13 -rpi-unofficial/mongodb.ce.pi4.r6 .0.13 .tar.gz
73
- $ tar xzvf mongodb.ce.pi4.r6 .0.13 .tar.gz # Decompress tarball
74
+ $ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r7 .0.6 -rpi-unofficial/mongodb.ce.pi4.r7 .0.6 .tar.gz
75
+ $ tar xzvf mongodb.ce.pi4.r7 .0.6 .tar.gz # Decompress tarball
74
76
75
77
# Prepare MongoDB data & log directories
76
78
$ mkdir -p /data/db/test_db
You can’t perform that action at this time.
0 commit comments