From 51dda5dec78585a1d5b5f3f162bf7ecd793d5dfb Mon Sep 17 00:00:00 2001 From: Robert Means Date: Thu, 14 Aug 2025 08:00:31 -0400 Subject: [PATCH 1/2] Requirements update --- docs/guide/hosting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide/hosting.md b/docs/guide/hosting.md index b583318f..a9b816c7 100644 --- a/docs/guide/hosting.md +++ b/docs/guide/hosting.md @@ -6,10 +6,10 @@ We recommend hosting Apostrophe in self-hosted production environments with the | Software | Minimum Version | | ------------- | ------------- | -| Ubuntu | 16+ | -| [NGINX](https://www.nginx.com/) (or another proxy server) | Latest | -| [Node.js](https://nodejs.org/en/) | 18.x+ | -| [MongoDB](https://docs.mongodb.com/manual/administration/install-community/) | 4.4+ | +| Ubuntu | 22.04+ | +| [NGINX](https://www.nginx.com/) (or another reverse proxy like Caddy, Traefik) | Latest | +| [Node.js](https://nodejs.org/en/) | 20.x+ | +| [MongoDB](https://docs.mongodb.com/manual/administration/install-community/) | 6.0+ (tested through 8.0) | | Hardware specification | Minimum recommendation | From afd14fd01d83f194fb30a79160c35214c62d08c7 Mon Sep 17 00:00:00 2001 From: Robert Means Date: Thu, 28 Aug 2025 13:50:31 -0400 Subject: [PATCH 2/2] Response to first comments --- docs/guide/hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/hosting.md b/docs/guide/hosting.md index a9b816c7..9ee259f5 100644 --- a/docs/guide/hosting.md +++ b/docs/guide/hosting.md @@ -9,7 +9,7 @@ We recommend hosting Apostrophe in self-hosted production environments with the | Ubuntu | 22.04+ | | [NGINX](https://www.nginx.com/) (or another reverse proxy like Caddy, Traefik) | Latest | | [Node.js](https://nodejs.org/en/) | 20.x+ | -| [MongoDB](https://docs.mongodb.com/manual/administration/install-community/) | 6.0+ (tested through 8.0) | +| [MongoDB](https://docs.mongodb.com/manual/administration/install-community/) | 7.0+ (tested through 8.0) | | Hardware specification | Minimum recommendation |