-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Link to the documentation page or resource
https://docs.strapi.io/cms/deployment
Describe the bug
The Strapi cli installation page has different database version requirements than the deployment page.
| Database | Recommended | Minimum |
|---|---|---|
| MySQL | 8.4 | 8.0 |
| MariaDB | 11.4 | 10.3 |
| PostgreSQL | 17.0 | 14.0 |
| SQLite | 3 | 3 |
VS
| Database | Recommended | Minimum |
|---|---|---|
| MySQL | 8.0 | 8.0 |
| MariaDB | 10.6 | 10.5 |
| PostgreSQL | 14.0 | 12.0 |
| SQLite | 3 | 3 |
Additional context
It seems likely that is the deployment page which is outdated.
Suggested improvements or fixes
Determine what are the actual requirements and fix the pages needing fixing.
Related issue(s)/PR(s)
No response
Reactions are currently unavailable