Skip to content

Commit

Permalink
chore(env): remove h2 2.1 and postgresql 13
Browse files Browse the repository at this point in the history
  • Loading branch information
mboskamp committed Sep 26, 2024
1 parent 3be682e commit 04729e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/introduction/supported-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ Run Camunda in every Java-runnable environment. Camunda is supported with our QA
* MySQL 8.0
* Oracle 19c / 23ai
* IBM DB2 11.5 (excluding IBM z/OS for all versions)
* PostgreSQL 13 / 14 / 15 / 16
* Amazon Aurora PostgreSQL compatible with PostgreSQL 13 / 14 / 15
* PostgreSQL 14 / 15 / 16
* Amazon Aurora PostgreSQL compatible with PostgreSQL 14 / 15
* Microsoft SQL Server 2017 / 2019 / 2022 (see [Configuration Note]({{< ref "/user-guide/process-engine/database/mssql-configuration.md" >}}))
* Microsoft Azure SQL with Camunda-supported SQL Server compatibility levels
(see [Configuration Note]({{< ref "/user-guide/process-engine/database/mssql-configuration.md#azure-sql-compatibility-levels-supported-by-camunda" >}})):
* SQL Server on Azure Virtual Machines
* Azure SQL Managed Instance
* Azure SQL Database
* H2 2.1 (not recommended for [Cluster Mode]({{< ref "/introduction/architecture.md#clustering-model" >}}) - see [Deployment Note]({{< ref "/user-guide/process-engine/deployments.md" >}}))
* H2 2.3 (not recommended for [Cluster Mode]({{< ref "/introduction/architecture.md#clustering-model" >}}) - see [Deployment Note]({{< ref "/user-guide/process-engine/deployments.md" >}}))

## Database Clustering & Replication

Expand Down

0 comments on commit 04729e0

Please sign in to comment.