Skip to content

Commit 5b6c8a0

Browse files
authored
Update datastore.md (#254)
adjust PostgreSQL versions according these mentioned in https://github.com/k3s-io/kine/blob/master/scripts/test-run-postgres#L26-L31 Signed-off-by: wiedernix <[email protected]>
1 parent 60f25c3 commit 5b6c8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/datastore/datastore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ K3s supports the following datastore options:
2424
* [etcd](https://etcd.io/) (certified against version 3.5.4)
2525
* [MySQL](https://www.mysql.com/) (certified against versions 5.7 and 8.0)
2626
* [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)
2828

2929
:::warning Prepared Statement Support
3030
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

Comments
 (0)