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
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ All new Redis Cloud Essentials databases are on the latest available version of
21
21
Redis Cloud Pro databases that are not on the latest available version of Redis can be upgraded to a later version at any time.
22
22
23
23
{{< note >}}
24
-
Reverting to a previous Redis version is not supported on Redis Cloud.
24
+
Please keep in mind the following before upgrading your database version:
25
25
26
-
Before upgrading your Redis version, we recommend that you [back up your data]({{< relref "/operate/rc/databases/back-up-data" >}}). If you need to revert back to a previous database version, you can either:
27
-
-[Create a new database in the same subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}) with your desired version and the same port number, and [import]({{< relref "/operate/rc/databases/import-data" >}}) the backup to the new database, OR
28
-
-[Create a new database]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}) with your desired version, and [migrate data]({{< relref "/operate/rc/databases/migrate-databases" >}}) and connections from the old database to the new one.
26
+
- We recommend that you [back up your data]({{< relref "/operate/rc/databases/back-up-data" >}}) before upgrading to make it easier to [manually revert the upgrade](#manually-revert-upgrade) if needed.
29
27
30
-
Review the breaking changes for the new database version before updating:
- You must upgrade the target database in an [Active-Passive]({{< relref "/operate/rc/databases/migrate-databases#sync-using-active-passive" >}}) setup before you upgrade the source database to prevent compatibility issues.
33
33
{{< /note >}}
34
34
35
35
### Upgrade Redis Cloud Pro database
@@ -60,7 +60,22 @@ The database will start upgrading to the selected version immediately. The upgra
60
60
61
61
You can continue to use the Redis Cloud console for other tasks during the upgrade.
62
62
63
+
### Manually revert upgrade
64
+
65
+
Automatically reverting to a previous Redis version is not supported on Redis Cloud.
66
+
67
+
If you [backed up your database]({{< relref "/operate/rc/databases/back-up-data" >}}) before you upgraded your version, you can:
63
68
69
+
1.[Delete your database]({{< relref "/operate/rc/databases/delete-database" >}}) without deleting your subscription.
70
+
1.[Create a new database]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}) in your subscription with the following settings:
71
+
-**Port number**: Use the same port number as the old database.
72
+
-**Version**: Select the original version of Redis.
73
+
1.[Import the backup files]({{< relref "/operate/rc/databases/import-data" >}}) into the new database.
64
74
75
+
This allows you to connect to the database on the previous version without changing your connection details in your application.
65
76
77
+
If you did not back up your database before upgrading:
66
78
79
+
1.[Create a new database]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}) in your subscription and select the original version of Redis.
80
+
1.[Migrate data]({{< relref "/operate/rc/databases/migrate-databases" >}}) from the original database to the new database.
81
+
1. Change connection details in your application from the old database to the new database.
0 commit comments