Skip to content

Commit 1b46a8e

Browse files
authored
Update list of datastores (#410)
Signed-off-by: Derek Nola <derek.nola@suse.com>
1 parent 8d774b1 commit 1b46a8e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/datastore/datastore.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ K3s supports the following datastore options:
2020
* **External Database**
2121
See the [High Availability External DB](ha.md) documentation for more information on using external datastores with multiple servers.
2222
The following external datastores are supported:
23-
* [etcd](https://etcd.io/) (certified against version 3.5.4)
24-
* [MySQL](https://www.mysql.com) (certified against versions 5.7 and 8.0)
25-
* [MariaDB](https://mariadb.org/) (certified against version 10.6.8)
26-
* [PostgreSQL](https://www.postgresql.org/) (certified against versions 12.16, 13.12, 14.9 and 15.4)
23+
* [etcd](https://etcd.io/) (certified against version 3.5.21)
24+
* [MySQL](https://www.mysql.com) (certified against versions 8.0 and 8.4)
25+
* [MariaDB](https://mariadb.org/) (certified against version 10.11, and 11.4)
26+
* [PostgreSQL](https://www.postgresql.org/) (certified against versions 15.12, 16.7, and 17.3)
2727

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