Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ From Seqera Enterprise version 24.2:
Follow your cloud provider specifications to upgrade your instance.
:::

Seqera documents support for Redis 7 deployments and the managed Redis services listed below. If you plan to use another Redis-compatible service, such as a drop-in alternative that is not explicitly listed in this guide, confirm support with Seqera before using it in production.

### Database requirements

:::warning Aurora Serverless is not supported
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Before you begin, you need:
- A MySQL 8 database
- A Redis 7 instance

Supported production Redis options include a self-managed Redis 7 deployment or one of the managed Redis services documented in the platform deployment guides: Amazon ElastiCache, Azure Cache for Redis, or Google Memorystore. If you plan to use another Redis-compatible service, confirm support with Seqera before deploying to production.

:::note
MySQL 8 is the only supported database version from Seqera Enterprise version 23.4 onwards. MySQL 5.6 and 5.7 are not supported.
:::
Expand Down
Loading