From 10eb28ba04dcf8caaf9ebe80352d873efe86bb3c Mon Sep 17 00:00:00 2001 From: Floris Ankersmit Date: Thu, 11 Apr 2024 12:20:40 +0200 Subject: [PATCH] Add minimum database versions to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9426642a8d..ae469eaaf3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A detailed getting started guide can be found at [https://umami.is/docs/](https: ### Requirements - A server with Node.js version 16.13 or newer -- A database. Umami supports [MySQL](https://www.mysql.com/) and [Postgresql](https://www.postgresql.org/) databases. +- A database. Umami supports [MySQL](https://www.mysql.com/) (minimum v8.0) and [Postgresql](https://www.postgresql.org/) (minimum v12.14) databases. ### Install Yarn