From 23dcbd566f82149a3559c02babadd6d35da37b54 Mon Sep 17 00:00:00 2001 From: Chaos Date: Mon, 14 Oct 2024 14:16:09 +0200 Subject: [PATCH] Update install.md with postgresql >=v15 to fix #1106 and #1309 Nextcloud 30 still lists PostgreSQL 12/13/14/15/16 as recommended and still supports down to PostgreSQL 10. --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index add2f5cca..8db6cc028 100644 --- a/docs/install.md +++ b/docs/install.md @@ -24,7 +24,7 @@ Before installing Memories, make sure that the following requirements are met: 1. Nextcloud 26 or later. 1. PHP 8.0 or later. -1. MySQL, MariaDB, or PostgreSQL database. +1. MySQL, MariaDB, or PostgreSQL (>=v15) database. 1. [Imagick](https://www.php.net/manual/en/book.imagick.php) PHP extension. 1. [ffmpeg](https://ffmpeg.org/) and [ffprobe](https://ffmpeg.org/ffprobe.html) binaries.