Skip to content

Commit dbfafea

Browse files
authored
Merge pull request #889 from redis/DOC-3875
RC: Version Management Phase A
2 parents 1c3d5a4 + 4a46c97 commit dbfafea

File tree

6 files changed

+56
-1
lines changed

6 files changed

+56
-1
lines changed

content/embeds/rc-version-upgrade.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Select **Version upgrade** to request to upgrade your subscription and databases if there is a later version available.
2+
3+
{{<image filename="images/rc/button-version-upgrade.png" width=150px alt="Version upgrade button." >}}
4+
5+
Select the version to upgrade your databases from the list and select **Upgrade** to submit the upgrade request.
6+
7+
{{<image filename="images/rc/version-upgrade-request.png" width=80% alt="Version upgrade request list with version 7.4 selected." >}}
8+
9+
The upgrade will start one week from your request, according to your subscription's [maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows" >}}).
10+
11+
Review the [7.2 breaking changes]({{< relref "/operate/rc/changelog/2023/june-2023#redis-72-breaking-changes" >}}) or [7.4 breaking changes]({{< relref "/operate/rc/changelog/july-2024#redis-74-breaking-changes" >}}) before you request to upgrade.

content/operate/rc/changelog/july-2024.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,26 @@ A preview of Redis 7.4 is now available on [Redis Cloud Essentials databases]({{
2727

2828
Redis 7.4 offers hash field expiration and other feature set improvements. For more information on the changes in Redis 7.4, see the [Redis 7.4 release blog post](https://redis.io/blog/announcing-redis-community-edition-and-redis-stack-74).
2929

30+
#### Redis database version 7.4 breaking changes {#redis-74-breaking-changes}
31+
32+
When new versions of Redis Community Edition change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, read the provided list of breaking changes that affect Redis Software and update any applications that connect to your database to handle these changes.
33+
34+
Confirm your Redis database version (`redis_version`) using the Cluster Manager UI or run the following [`INFO`]({{< relref "/commands/info" >}}) command with [`redis-cli`]({{< relref "/operate/rs/references/cli-utilities/redis-cli" >}}):
35+
36+
```sh
37+
$ redis-cli -p <port> INFO
38+
"# Server
39+
redis_version:7.0.8
40+
..."
41+
```
42+
43+
##### Security behavior changes
44+
45+
- [#13108](https://github.com/redis/redis/pull/13108) Lua: LRU eviction for scripts generated with `EVAL`.
46+
47+
##### Other general behavior changes
48+
49+
- [#13133](https://github.com/redis/redis/pull/13133) Lua: allocate VM code with jemalloc instead of libc and count it as used memory.
50+
51+
- [#12171](https://github.com/redis/redis/pull/12171) `ACL LOAD`: do not disconnect all clients.
52+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
Title: Redis Cloud changelog (November 2024)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: New features, enhancements, and other changes added to Redis Cloud during
9+
November 2024.
10+
highlights: Pro subscription version upgrade
11+
linktitle: November 2024
12+
weight: 40
13+
---
14+
15+
## New Features
16+
17+
### Pro subscription version upgrade
18+
19+
You can now upgrade all databases in your Pro subscription from your [subscription page]({{< relref "/operate/rc/subscriptions/view-pro-subscription" >}}).
20+
21+
{{< embed-md "rc-version-upgrade.md" >}}

content/operate/rc/subscriptions/view-pro-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ From here, you can:
3131

3232
{{<image filename="images/rc/icon-database-status-active.png#no-click" alt="When a subscription is active, the status icon displays a green circle with a checkmark." class="inline" >}} &nbsp; {{<image filename="images/rc/icon-subscription-status-pending.png#no-click" alt="When a subscription is pending, the status icon displays a gre, animated circle." class="inline">}}
3333

34-
- {{< embed-md "rc-opt-in-to-72.md" >}}
34+
- {{< embed-md "rc-version-upgrade.md" >}}
3535

3636
Because subscriptions represent active deployments, there aren't many details you can change. If your needs change, create a new subscription and then migrate the existing data to the new databases.
3737

2.75 KB
Loading
26.6 KB
Loading

0 commit comments

Comments
 (0)