You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/datastore/datastore.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ K3s supports the following datastore options:
24
24
*[etcd](https://etcd.io/) (certified against version 3.5.4)
25
25
*[MySQL](https://www.mysql.com/) (certified against versions 5.7 and 8.0)
26
26
*[MariaDB](https://mariadb.org/) (certified against version 10.6.8)
27
-
*[PostgreSQL](https://www.postgresql.org/) (certified against versions 10.7, 11.5, and 14.2)
27
+
*[PostgreSQL](https://www.postgresql.org/) (certified against versions 12.16, 13.12, 14.9 and 15.4)
28
28
29
29
:::warning Prepared Statement Support
30
30
K3s requires prepared statements support from the DB. This means that connection poolers such as [PgBouncer](https://www.pgbouncer.org/faq.html#how-to-use-prepared-statements-with-transaction-pooling) may require additional configuration to work with K3s.
0 commit comments