mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Merge pull request #2664 from styxit/mysql-version
Add minimum database versions to readme
This commit is contained in:
commit
5a221e6b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ A detailed getting started guide can be found at [https://umami.is/docs/](https:
|
|||
### Requirements
|
||||
|
||||
- A server with Node.js version 16.13 or newer
|
||||
- A database. Umami supports [MySQL](https://www.mysql.com/) and [Postgresql](https://www.postgresql.org/) databases.
|
||||
- A database. Umami supports [MySQL](https://www.mysql.com/) (minimum v8.0) and [Postgresql](https://www.postgresql.org/) (minimum v12.14) databases.
|
||||
|
||||
### Install Yarn
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue