Skip to content

Commit 4e5c615

Browse files
committed
Update README for r6.0.12
1 parent a09e3cc commit 4e5c615

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
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.4/LICENSE-Community.txt).
27+
These binaries are subject to the [MongoDB Server-Side Public License](https://github.com/mongodb/mongo/blob/r6.0.12/LICENSE-Community.txt).
2828

2929
## Releases
3030

31+
- [_r6.0.12_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.0.12-rpi-unofficial) [January 03, 2024]
32+
3133
- [_r7.0.4_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.4-rpi-unofficial) [December 10, 2023]
3234

3335
- [_r7.0.3_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.3-rpi-unofficial) [November 11, 2023]
@@ -52,7 +54,6 @@ These binaries are subject to the [MongoDB Server-Side Public License](https://g
5254

5355
- [_r6.1.0-rc4_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.1.0-rc4-rpi-unofficial) [October 3, 2022]
5456

55-
5657
## Installing on Raspberry Pi
5758

5859
- Ensure Raspberry Pi meets minimum HW requirements. I have only installed on a 4GB/8GB Raspberry Pi 4 & 8GB Raspberry Pi 5. Unknown how Pi's with lower specs will fare.
@@ -64,8 +65,8 @@ These binaries are subject to the [MongoDB Server-Side Public License](https://g
6465
```
6566
# Using wget assumes network connection. Can also copy with USB.
6667
$ mkdir ~/mdb-binaries && cd ~/mdb-binaries
67-
$ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r7.0.4-rpi-unofficial/mongodb.ce.pi4.r7.0.4.tar.gz
68-
$ tar xzvf mongodb.ce.pi4.r7.0.4.tar.gz # Decompress tarball
68+
$ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r6.0.12-rpi-unofficial/mongodb.ce.pi4.r6.0.12.tar.gz
69+
$ tar xzvf mongodb.ce.pi4.r6.0.12.tar.gz # Decompress tarball
6970
7071
# Prepare MongoDB data & log directories
7172
$ mkdir -p /data/db/test_db

0 commit comments

Comments
 (0)