Skip to content
Open
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
14 changes: 9 additions & 5 deletions content/operate/rc/databases/version-management/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ hideListLinks: true
tocEmbedHeaders: true
---

Redis Cloud provides comprehensive version management that prioritizes customer control over major changes.
Redis Cloud provides comprehensive database version management that prioritizes customer control over major changes.

{{< note >}}
This page describes database version management for Redis Cloud. Redis Cloud manages the cluster version for you automatically.
{{< /note >}}

## Redis version structure

Expand All @@ -22,10 +26,10 @@ Redis uses a **MAJOR.MINOR.PATCH** versioning scheme:
- **Minor versions**: New features and improvements within a major version (e.g., 8.2 → 8.4 → 8.6)
- **Patch versions**: Bug fixes and security updates (e.g., 8.2.1 → 8.2.2)

## Supported versions
## Supported database versions

{{< note >}}
**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates.
**We strongly recommend using the latest available database version** to benefit from the newest features, performance improvements, and security updates.
{{< /note >}}

| Version | Status | EOL Date | Plans |
Expand All @@ -38,11 +42,11 @@ Redis uses a **MAJOR.MINOR.PATCH** versioning scheme:

1. <a name="table-note-1" style="display: block; height: 80px; margin-top: -80px;"></a> Redis 8.0 is not available for new databases.

When a version reaches End-of-Life (EOL), Redis Cloud will automatically upgrade your database to the following minor version during maintenance windows if you do not manually upgrade before EOL.
When a database version reaches End-of-Life (EOL), Redis Cloud will automatically upgrade your database to the following minor version during maintenance windows if you do not manually upgrade before EOL.

## Version selection

When creating a database, you select the version (e.g., Redis 8.2). Redis Cloud automatically provides the latest patch version within that version.
When creating a database, you select the database version (e.g., Redis 8.2). Redis Cloud automatically provides the latest patch version within that version.


## Manual upgrades
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:
- /rc/databases/upgrade-version
---

You can upgrade databases that are not on the latest available version of Redis to a later version at any time.
You can upgrade databases that are not on the latest available version of Redis to a later database version at any time.

{{< note >}}
Please keep in mind the following before upgrading your database version:
Expand Down Expand Up @@ -76,9 +76,9 @@ The upgrade will start in 1-3 weeks from your request, according to your subscri

## Manually revert upgrade

Automatically reverting to a previous Redis version is not supported on Redis Cloud.
Automatically reverting to a previous Redis database version is not supported on Redis Cloud.

If you [backed up your database]({{< relref "/operate/rc/databases/back-up-data" >}}) before you upgraded your version, you can:
If you [backed up your database]({{< relref "/operate/rc/databases/back-up-data" >}}) before you upgraded your database version, you can:

1. [Delete your database]({{< relref "/operate/rc/databases/delete-database" >}}) without deleting your subscription.
1. [Create a new database]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}) in your subscription with the following settings:
Expand Down