Skip to content

Commit 7ca2f7a

Browse files
committed
"Update README for r7.0.14"
1 parent 6a82325 commit 7ca2f7a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ MongoDB officially requires ARMv8.2-A+ [microarchitecture support](https://www.m
2424

2525
However, the Raspberry Pi 5 does meet the minimum hardware requirements with its newer CPU.
2626

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).
2828

2929
## Releases
3030

31+
- [_r7.0.14_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.14-rpi-unofficial) [September 17, 2024]
32+
3133
- [_r7.0.11_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.11-rpi-unofficial) [June 03, 2024]
3234

3335
- [_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
8385
```
8486
# Using wget assumes network connection. Can also copy with USB.
8587
$ 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
8890
8991
# Prepare MongoDB data & log directories
9092
$ mkdir -p /data/db/test_db

0 commit comments

Comments
 (0)