Skip to content

Commit

Permalink
Update README for r6.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
themattman committed Jan 3, 2024
1 parent a09e3cc commit 4e5c615
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ MongoDB officially requires ARMv8.2-A+ [microarchitecture support](https://www.m

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

These binaries are subject to the [MongoDB Server-Side Public License](https://github.com/mongodb/mongo/blob/r7.0.4/LICENSE-Community.txt).
These binaries are subject to the [MongoDB Server-Side Public License](https://github.com/mongodb/mongo/blob/r6.0.12/LICENSE-Community.txt).

## Releases

- [_r6.0.12_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r6.0.12-rpi-unofficial) [January 03, 2024]

- [_r7.0.4_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.4-rpi-unofficial) [December 10, 2023]

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

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


## Installing on Raspberry Pi

- 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.
Expand All @@ -64,8 +65,8 @@ These binaries are subject to the [MongoDB Server-Side Public License](https://g
```
# Using wget assumes network connection. Can also copy with USB.
$ mkdir ~/mdb-binaries && cd ~/mdb-binaries
$ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r7.0.4-rpi-unofficial/mongodb.ce.pi4.r7.0.4.tar.gz
$ tar xzvf mongodb.ce.pi4.r7.0.4.tar.gz # Decompress tarball
$ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r6.0.12-rpi-unofficial/mongodb.ce.pi4.r6.0.12.tar.gz
$ tar xzvf mongodb.ce.pi4.r6.0.12.tar.gz # Decompress tarball
# Prepare MongoDB data & log directories
$ mkdir -p /data/db/test_db
Expand Down

0 comments on commit 4e5c615

Please sign in to comment.