Skip to content

Commit

Permalink
Update README for r7.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
themattman committed Jun 4, 2024
1 parent 0f0d38c commit 6a82325
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ 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.8/LICENSE-Community.txt).
These binaries are subject to the [MongoDB Server-Side Public License](https://github.com/mongodb/mongo/blob/r7.0.11/LICENSE-Community.txt).

## Releases

- [_r7.0.11_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.11-rpi-unofficial) [June 03, 2024]

- [_r7.0.9_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.9-rpi-unofficial) [April 30, 2024]

- [_r7.0.8_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.8-rpi-unofficial) [April 22, 2024]

- [_r7.0.8_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.8-rpi-unofficial) [April 11, 2024]

- [_r7.0.7_](https://github.com/themattman/mongodb-raspberrypi-binaries/releases/tag/r7.0.7-rpi-unofficial) [April 03, 2024]
Expand Down Expand Up @@ -77,8 +83,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.8-rpi-unofficial/mongodb.ce.pi4.r7.0.8.tar.gz
$ tar xzvf mongodb.ce.pi4.r7.0.8.tar.gz # Decompress tarball
$ wget https://github.com/themattman/mongodb-raspberrypi-binaries/releases/download/r7.0.11-rpi-unofficial/mongodb.ce.pi4.r7.0.11.tar.gz
$ tar xzvf mongodb.ce.pi4.r7.0.11.tar.gz # Decompress tarball
# Prepare MongoDB data & log directories
$ mkdir -p /data/db/test_db
Expand Down

0 comments on commit 6a82325

Please sign in to comment.