You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/databases/upgrade-version.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,13 @@ categories:
5
5
- docs
6
6
- operate
7
7
- rc
8
-
description: Shows how to update a Redis Cloud database to the latest database version.
8
+
description: Describes when you can upgrade your database to the latest available version for each plan type.
9
9
linkTitle: Upgrade database version
10
-
weight: $weight
10
+
weight: 37
11
11
---
12
12
13
+
Database version upgrade options depend on your plan type.
14
+
13
15
## Redis Cloud Essentials
14
16
15
17
When a new Redis version is released, all Redis Cloud Essentials databases will be upgraded to the new version after the preview period. The databases will be updated during a [maintenance window]({{< relref "/operate/rc/subscriptions/maintenance#redis-cloud-essentials" >}}).
@@ -33,17 +35,30 @@ Review the breaking changes for the new database version before updating:
33
35
### Upgrade Redis Cloud Pro database
34
36
35
37
{{< note >}}
36
-
Upgrading a single Redis Cloud Pro database is available for selected accounts and will be rolled out gradually to other accounts in the future. If you don't see **Version upgrade** in the **More actions** menu for your database, you can request to upgrade all of the databases in your subscription from the [subscription page]({{< relref "/operate/rc/subscriptions/view-pro-subscription" >}}).
38
+
Upgrading a single Redis Cloud Pro database is available for selected accounts and will be rolled out gradually to other accounts in the future. If you don't see **Version upgrade** in the **More actions** menu for your database and your database version is not the latest available version, you can request to upgrade all of the databases in your subscription from the [subscription page]({{< relref "/operate/rc/subscriptions/view-pro-subscription" >}}).
37
39
{{< /note >}}
38
40
39
41
To upgrade a Redis Cloud Pro database:
40
42
41
43
1. Choose your database from the **Databases** list to open your database page. Select **More actions > Version upgrade**.
42
44
45
+
{{<imagefilename="images/rc/databases-more-actions-menu.png"alt="The More Actions menu on the Database page." >}}
43
46
44
47
You can also select **More actions > Version upgrade** from the database list.
45
48
46
-
1.
49
+
1. Select the target version from the **Select version** list.
50
+
51
+
{{<imagefilename="images/rc/database-version-upgrade.png"alt="The Redis version upgrade screen." >}}
52
+
53
+
If your database has not been backed up before, select **Go to backup** to go to the [backup settings]({{< relref "/operate/rc/databases/back-up-data" >}}).
0 commit comments