diff options
author | zeripath <art27@cantab.net> | 2021-09-17 23:25:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 23:25:50 +0100 |
commit | ba2e600d17bab8870f4ab33eb5816dff19a060c3 (patch) | |
tree | ed6b7ec62c2e099f67b5773b55e70f068429f0c6 /docs/content/page | |
parent | 27b351aba564804f65e5574919a88d6194c75256 (diff) | |
download | gitea-ba2e600d17bab8870f4ab33eb5816dff19a060c3.tar.gz gitea-ba2e600d17bab8870f4ab33eb5816dff19a060c3.zip |
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>
Diffstat (limited to 'docs/content/page')
-rw-r--r-- | docs/content/page/index.en-us.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index a5204e17df..48ca13cc66 100644 --- a/docs/content/page/index.en-us.md +++ b/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) |