From 6a823259438f77128fc6d2b379c9083c7382bf7d Mon Sep 17 00:00:00 2001 From: Matt Kneiser Date: Tue, 4 Jun 2024 11:21:56 -0700 Subject: [PATCH] Update README for r7.0.11 --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3273622..8216f58 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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