Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ To provide the best possible environment for Strapi there are a few requirements
- At least 2 GB of RAM (Moderately recommended 4)
- Minimum required storage space recommended by your OS or 32 GB of **free** space
- A supported database version
- MySQL >= 5.6
- MariaDB >= 10.1
- MySQL >= 5.7.8
- MariaDB >= 10.2.7
- PostgreSQL >= 10
- SQLite >= 3
- A supported operating system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ For Azure managed databases you can use the following:

Likewise you can use any of the following installed locally on the virtual machine:

- MySQL >= 5.6
- MariaDB >= 10.1
- MySQL >= 5.7.8
- MariaDB >= 10.2.7
- PostgreSQL >= 10
- SQLite >= 3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ A database is also required for any Strapi project. Strapi currently supports th
| ---------- | --------------- |
| SQLite | 3 |
| PostgreSQL | 10 |
| MySQL | 5.6 |
| MariaDB | 10.1 |
| MySQL | 5.7.8 |
| MariaDB | 10.2.7 |

## Creating a Strapi project

Expand Down