Skip to content

Commit 4016938

Browse files
authored
Merge branch 'main' into fix-17077
2 parents 7a02886 + ba2e600 commit 4016938

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content/doc/installation/database-preparation.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ menu:
1515

1616
# Database Preparation
1717

18-
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.
18+
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.
1919

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

docs/content/page/index.en-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others.
6969
- Logging
7070
- Configuration
7171
- Databases
72-
- MySQL
73-
- PostgreSQL
72+
- MySQL (>=5.7)
73+
- PostgreSQL (>=10)
7474
- SQLite3
75-
- MSSQL
75+
- MSSQL (>=2008R2 SP3)
7676
- TiDB (experimental, not recommended)
7777
- Configuration file
7878
- [app.ini](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.example.ini)

0 commit comments

Comments
 (0)