Commit 7ca2f7a 1 parent 6a82325 commit 7ca2f7a Copy full SHA for 7ca2f7a
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/r7.0.11 /LICENSE-Community.txt ) .
27
+ These binaries are subject to the [ MongoDB Server-Side Public License] ( https://github.com/mongodb/mongo/blob/r7.0.14 /LICENSE-Community.txt ) .
28
28
29
29
## Releases
30
30
31
+ - [ _ r7.0.14_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.14-rpi-unofficial ) [ September 17, 2024]
32
+
31
33
- [ _ r7.0.11_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.11-rpi-unofficial ) [ June 03, 2024]
32
34
33
35
- [ _ r7.0.9_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.9-rpi-unofficial ) [ April 30, 2024]
@@ -83,8 +85,8 @@ These binaries are subject to the [MongoDB Server-Side Public License](https://g
83
85
```
84
86
# Using wget assumes network connection. Can also copy with USB.
85
87
$ mkdir ~/mdb-binaries && cd ~/mdb-binaries
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
88
+ $ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r7.0.14 -rpi-unofficial/mongodb.ce.pi4.r7.0.14 .tar.gz
89
+ $ tar xzvf mongodb.ce.pi4.r7.0.14 .tar.gz # Decompress tarball
88
90
89
91
# Prepare MongoDB data & log directories
90
92
$ mkdir -p /data/db/test_db
You can’t perform that action at this time.
0 commit comments