From d69368c4fc951d74922ef8b1a4e26921b56aa86a Mon Sep 17 00:00:00 2001 From: pasant9 Date: Thu, 14 Mar 2024 11:00:24 +0530 Subject: [PATCH] Update supported DB versions --- .../setup/reference/product-compatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/docs/install-and-setup/setup/reference/product-compatibility.md b/en/docs/install-and-setup/setup/reference/product-compatibility.md index 7aecfc7afb..f48985ae98 100644 --- a/en/docs/install-and-setup/setup/reference/product-compatibility.md +++ b/en/docs/install-and-setup/setup/reference/product-compatibility.md @@ -37,9 +37,9 @@ The **WSO2 API-M** runtime is tested with the following databases: |**DBMS** |**Versions**| |--------------|-----------| |MySQL | 5.7, 8 | -|Oracle | 12c release 2, 19c | +|Oracle | 12c release 2, 19c, 23c | |Microsoft SQL Server| 2017, 2019, 2022 | -|PostgreSQL |10 | +|PostgreSQL | 15.3, 16.2 | !!! warning When creating the database related to apim_db with MySQL 8.0, add **character set latin1** to avoid the MySQL Linux ERROR 1071 (42000).