浏览代码

Add minimum versions of databases to the docs (#17080)

We do not currently state the minimum versions of databases we support.

This PR sets them to:
* MySQL >=5.7
* Postgres >=10
* MSSQL >=2008R2 SP3

Signed-off-by: Andrew Thornton <art27@cantab.net>
tags/v1.16.0-rc1
zeripath 2 年前
父节点
当前提交
ba2e600d17
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1
    1
      docs/content/doc/installation/database-preparation.en-us.md
  2. 3
    3
      docs/content/page/index.en-us.md

+ 1
- 1
docs/content/doc/installation/database-preparation.en-us.md 查看文件

@@ -15,7 +15,7 @@ menu:

# Database Preparation

You need a database to use Gitea. Gitea supports PostgreSQL, MySQL, SQLite, and MSSQL. This page will guide into preparing database. Only PostgreSQL and MySQL will be covered here since those database engines are widely-used in production.
You need a database to use Gitea. Gitea supports PostgreSQL (>=10), MySQL (>=5.7), SQLite, and MSSQL (>=2008R2 SP3). This page will guide into preparing database. Only PostgreSQL and MySQL will be covered here since those database engines are widely-used in production.

Database instance can be on same machine as Gitea (local database setup), or on different machine (remote database).


+ 3
- 3
docs/content/page/index.en-us.md 查看文件

@@ -69,10 +69,10 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others.
- Logging
- Configuration
- Databases
- MySQL
- PostgreSQL
- MySQL (>=5.7)
- PostgreSQL (>=10)
- SQLite3
- MSSQL
- MSSQL (>=2008R2 SP3)
- TiDB (experimental, not recommended)
- Configuration file
- [app.ini](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.example.ini)

正在加载...
取消
保存