From 902b9ca494248b71067f85f502101cda8277f8d8 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Fri, 29 Dec 2023 13:42:22 +0800 Subject: [PATCH] Improve 1.22 document for Database Preparation (#28643) Fix #28247 --- installation/database-preparation.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/database-preparation.en-us.md b/installation/database-preparation.en-us.md index 25b16379..5e0b9466 100644 --- a/installation/database-preparation.en-us.md +++ b/installation/database-preparation.en-us.md @@ -17,7 +17,7 @@ menu: # Database Preparation -You need a database to use Gitea. Gitea supports PostgreSQL (>= 12), MySQL (>= 8.0), MariaDB, SQLite, and MSSQL (>= 2012 SP4). This page will guide into preparing database. Only PostgreSQL and MySQL will be covered here since those database engines are widely-used in production. If you plan to use SQLite, you can ignore this chapter. +You need a database to use Gitea. Gitea supports PostgreSQL (>= 12), MySQL (>= 8.0), MariaDB (>= 10.4), SQLite (builtin), and MSSQL (>= 2012 SP4). This page will guide into preparing database. Only PostgreSQL and MySQL will be covered here since those database engines are widely-used in production. If you plan to use SQLite, you can ignore this chapter. If you use an unsupported database version, please [get in touch](/help/support) with us for information on our Extended Support Contracts. We can provide testing and support for older databases and integrate those fixes into the Gitea codebase.