Skip to content

Commit c4f1735

Browse files
committed
Update README for r6.0.14
1 parent 948fc3d commit c4f1735

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
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).
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).
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,13 +24,13 @@ 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.7/LICENSE-Community.txt).
27+
These binaries are subject to the [MongoDB Server-Side Public License](https://github.com/mongodb/mongo/blob/r6.0.14/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]
31+
- [_r6.0.14_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.0.14-rpi-unofficial) [April 07, 2024]
3232

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

3535
- [_r7.0.6_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.6-rpi-unofficial) [March 21, 2024]
3636

@@ -75,8 +75,8 @@ These binaries are subject to the [MongoDB Server-Side Public License](https://g
7575
```
7676
# Using wget assumes network connection. Can also copy with USB.
7777
$ mkdir ~/mdb-binaries && cd ~/mdb-binaries
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
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
8080
8181
# Prepare MongoDB data & log directories
8282
$ mkdir -p /data/db/test_db

0 commit comments

Comments
 (0)