Skip to content

Commit

Permalink
Update datastore.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
swiedernix authored Mar 18, 2024
1 parent 60f25c3 commit d715045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/datastore/datastore.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ K3s supports the following datastore options:
* [etcd](https://etcd.io/) (certified against version 3.5.4)
* [MySQL](https://www.mysql.com/) (certified against versions 5.7 and 8.0)
* [MariaDB](https://mariadb.org/) (certified against version 10.6.8)
* [PostgreSQL](https://www.postgresql.org/) (certified against versions 10.7, 11.5, and 14.2)
* [PostgreSQL](https://www.postgresql.org/) (certified against versions 12.16, 13.12, 14.9 and 15.4)

:::warning Prepared Statement Support
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.
Expand Down

0 comments on commit d715045

Please sign in to comment.