Commit 0f0d38c 1 parent c4f1735 commit 0f0d38c Copy full SHA for 0f0d38c
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ 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.14 /LICENSE-Community.txt ) .
27
+ These binaries are subject to the [ MongoDB Server-Side Public License] ( https://github.com/mongodb/mongo/blob/r7 .0.8 /LICENSE-Community.txt ) .
28
28
29
29
## Releases
30
30
31
- - [ _ r6.0.14_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.0.14-rpi-unofficial ) [ April 07, 2024]
31
+ - [ _ r7.0.8_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.8-rpi-unofficial ) [ April 11, 2024]
32
+
33
+ - [ _ r7.0.7_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.7-rpi-unofficial ) [ April 03, 2024]
32
34
33
35
- [ _ r7.0.7_ ] ( https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.7-rpi-unofficial ) [ April 01, 2024]
34
36
@@ -75,8 +77,8 @@ These binaries are subject to the [MongoDB Server-Side Public License](https://g
75
77
```
76
78
# Using wget assumes network connection. Can also copy with USB.
77
79
$ mkdir ~/mdb-binaries && cd ~/mdb-binaries
78
- $ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r6 .0.14 -rpi-unofficial/mongodb.ce.pi4.r6 .0.14 .tar.gz
79
- $ tar xzvf mongodb.ce.pi4.r6 .0.14 .tar.gz # Decompress tarball
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
80
82
81
83
# Prepare MongoDB data & log directories
82
84
$ mkdir -p /data/db/test_db
You can’t perform that action at this time.
0 commit comments