Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(web-modeler): support for Amazon Aurora PostgreSQL 13.x & 15.x #2296

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/reference/supported-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ We highly recommend running Camunda Platform 8 Self-Managed in a Kubernetes envi

Requirements for the components can be seen below:

| Component | Java version | Other requirements |
| ----------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Zeebe | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x (only if Elastic exporter is used), 8.5.x, 8.6.x, AWS OpenSearch 1.3.x (only if OpenSearch exporter is used) |
| Operate | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x, AWS OpenSearch 1.3.x |
| Connectors | OpenJDK 17+ | - |
| Tasklist | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Identity | OpenJDK 17+ | Keycloak 21.x<br/>PostgreSQL 14.x, 15.x |
| Optimize | OpenJDK 11+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Web Modeler | - | Keycloak 21.x<br/>PostgreSQL 13.x, 14.x, 15.x, Amazon Aurora PostgreSQL 14.x (other database systems are currently not supported) |
| Component | Java version | Other requirements |
| ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Zeebe | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x (only if Elastic exporter is used), 8.5.x, 8.6.x, AWS OpenSearch 1.3.x (only if OpenSearch exporter is used) |
| Operate | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x, AWS OpenSearch 1.3.x |
| Connectors | OpenJDK 17+ | - |
| Tasklist | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Identity | OpenJDK 17+ | Keycloak 21.x<br/>PostgreSQL 14.x, 15.x |
| Optimize | OpenJDK 11+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Web Modeler | - | Keycloak 21.x<br/>PostgreSQL 13.x, 14.x, 15.x, Amazon Aurora PostgreSQL 13.x, 14.x, 15.x (other database systems are currently not supported) |

### Version Matrix

Expand Down
18 changes: 9 additions & 9 deletions versioned_docs/version-8.2/reference/supported-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ We highly recommend running Camunda Platform 8 Self-Managed in a Kubernetes envi

Requirements for the components can be seen below:

| Component | Java version | Other requirements |
| ----------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Zeebe | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x (only if Elastic exporter is used), 8.5.x, 8.6.x, AWS OpenSearch 1.3.x (only if OpenSearch exporter is used) |
| Operate | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x, AWS OpenSearch 1.3.x |
| Connectors | OpenJDK 17+ | - |
| Tasklist | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Identity | OpenJDK 17+ | Keycloak 16.1.x, 18.x, 19.x<br/>PostgreSQL 14.x, 15.x |
| Optimize | OpenJDK 11+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Web Modeler | - | Keycloak 16.1.x, 18.x, 19.x<br/>PostgreSQL 13.x, 14.x, 15.x, Amazon Aurora PostgreSQL 14.x (other database systems are currently not supported) |
| Component | Java version | Other requirements |
| ----------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Zeebe | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x (only if Elastic exporter is used), 8.5.x, 8.6.x, AWS OpenSearch 1.3.x (only if OpenSearch exporter is used) |
| Operate | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x, AWS OpenSearch 1.3.x |
| Connectors | OpenJDK 17+ | - |
| Tasklist | OpenJDK 17+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Identity | OpenJDK 17+ | Keycloak 16.1.x, 18.x, 19.x<br/>PostgreSQL 14.x, 15.x |
| Optimize | OpenJDK 11+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Web Modeler | - | Keycloak 16.1.x, 18.x, 19.x<br/>PostgreSQL 13.x, 14.x, 15.x, Amazon Aurora PostgreSQL 13.x, 14.x, 15.x (other database systems are currently not supported) |

### Version Matrix

Expand Down