Skip to content

Commit

Permalink
Merge branch 'main' into fix-17077
Browse files Browse the repository at this point in the history
  • Loading branch information
zeripath authored Sep 17, 2021
2 parents 7a02886 + ba2e600 commit 4016938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
6 changes: 3 additions & 3 deletions docs/content/page/index.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4016938

Please sign in to comment.