mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-24 18:10:52 +00:00
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>
This commit is contained in:
parent
27b351aba5
commit
ba2e600d17
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue