From c1e0b6f0dfc2aae8ba025f44590933d72d00a0f7 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:17:50 -0400 Subject: [PATCH] Update administration.md --- docs/administration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/administration.md b/docs/administration.md index b646c1f73..6a031b058 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -179,10 +179,14 @@ following: ### Database Upgrades -In general, paperless does not require a specific version of PostgreSQL or MariaDB and it is +In general, Paperless-ngx supports current version of PostgreSQL and MariaDB and it is generally safe to update them to newer versions. However, you should always take a backup and follow the instructions from your database's documentation for how to upgrade between major versions. +!!! note + + As of Paperless-ngx v2.18, the minimum supported version of PostgreSQL is 13. + For PostgreSQL, refer to [Upgrading a PostgreSQL Cluster](https://www.postgresql.org/docs/current/upgrading.html). For MariaDB, refer to [Upgrading MariaDB](https://mariadb.com/kb/en/upgrading/)