Skip to content
Snippets Groups Projects
Unverified Commit 13a927ea authored by Ngoc Khuat's avatar Ngoc Khuat Committed by GitHub
Browse files

update supported DB version for postgres to 12. 9.5 is out of support 3 years ago (#45535)

parent 4a1d8ff4
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ You could also choose to run Metabase on a [Metabase Cloud](https://www.metabase
We recommend using PostgreSQL for your application database.
- [PostgreSQL](https://www.postgresql.org/). Minimum version: `9.5`. Postgres is our preferred choice for Metabase's application database.
- [PostgreSQL](https://www.postgresql.org/). Minimum version: `12`. Postgres is our preferred choice for Metabase's application database.
- [MySQL](https://www.mysql.com/). Minimum version: `8.0.17`. Required settings (which are the default): `utf8mb4_unicode_ci` collation, `utf8mb4` character set, and `innodb_large_prefix=ON`.
- [MariaDB](https://mariadb.org/). Minimum version: `10.4.0`. Required settings (which are the default): `utf8mb4_unicode_ci` collation, `utf8mb4` character set, and `innodb_large_prefix=ON`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment