Skip to content

Commit 948fc3d

Browse files
committed
Update README for r7.0.7
1 parent 5ce9837 commit 948fc3d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The binaries from this repo are packaged in a Docker container [here](https://gi
1414

1515
## Pi Support
1616

17-
* Raspberry Pi 5: **New!!** Smoke-tested on real hardware. Beginning with [r7.0.3](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.3-rpi-unofficial) and [r6.0.12](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.0.12-rpi-unofficial).
17+
* Raspberry Pi 5: **New!!** Smoke-tested on real hardware. Beginning with [r7.0.3](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.3-rpi-unofficial).
1818
* Raspberry Pi 4: Tested. I have this running on real hardware with an uptime greater than one year.
1919
* Raspberry Pi 3: Untested, unlikely to work. May release a build in the future for this platform.
2020

@@ -24,10 +24,14 @@ 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.6/LICENSE-Community.txt).
27+
These binaries are subject to the [MongoDB Server-Side Public License](https://github.com/mongodb/mongo/blob/r7.0.7/LICENSE-Community.txt).
2828

2929
## Releases
3030

31+
- [_r7.0.7_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.7-rpi-unofficial) [April 01, 2024]
32+
33+
- [_r7.0.6_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.6-rpi-unofficial) [March 23, 2024]
34+
3135
- [_r7.0.6_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.6-rpi-unofficial) [March 21, 2024]
3236

3337
- [_r6.0.13_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.0.13-rpi-unofficial) [January 29, 2024]
@@ -71,8 +75,8 @@ These binaries are subject to the [MongoDB Server-Side Public License](https://g
7175
```
7276
# Using wget assumes network connection. Can also copy with USB.
7377
$ mkdir ~/mdb-binaries && cd ~/mdb-binaries
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
78+
$ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r7.0.7-rpi-unofficial/mongodb.ce.pi4.r7.0.7.tar.gz
79+
$ tar xzvf mongodb.ce.pi4.r7.0.7.tar.gz # Decompress tarball
7680
7781
# Prepare MongoDB data & log directories
7882
$ mkdir -p /data/db/test_db

0 commit comments

Comments
 (0)