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/create-database/create-pro-database-existing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The available settings vary according to your subscription plan:
58
58
|**Auto Tiering**| Checked when the subscription supports Auto Tiering |
59
59
|**Database name**| A name for your database (_required_) |
60
60
|**Database port**| Automatically or manually assigns a database port (range: 10000-19999). You cannot assign a port that is reserved or already in use. |
61
-
|**Database version**| The Redis version of your database. Choose **Redis 7.4** if you want to use the latest stable version of Redis. |
61
+
|**Database version**| The Redis version of your database. We recommend you choose the latest available version. |
62
62
|**Type**| Controls advanced database capabilities and protocol. Supported values include _Redis_ and _Memcached_|
63
63
|**Advanced capabilities**| Advanced data types used by the database. Choose from [Search and query]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}), [JSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}), [Time series]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}), or [Probabilistic]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}). <br/> Databases with Search and query have specific sizing requirements, see [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |
64
64
|**Query performance factor**|*(Search and query databases on Redis 7.2 or later only)* Adds additional compute power to process your query and vector search workloads and boost your queries per second. See [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-pro-database-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ By default, you're shown basic settings, which include:
151
151
| Database setting | Description |
152
152
|:---------|:-----------|
153
153
|**Name**| A custom name for your database (_required_) |
154
-
|**Version**| The Redis version for your database. Choose **Redis 7.4** if you want to use the latest stable version of Redis. |
154
+
|**Version**| The Redis version for your database. We recommend you choose the latest available version. |
155
155
|**Dataset size (GB)**| The amount of data for your dataset. Specify small sizes as decimals of 1.0 GB; example: `0.1` GB (minimum). We calculate the total memory limit for you based on the other settings you choose for your database. <br/> Databases with Search and query have specific sizing requirements, see [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |
156
156
|**High Availability**| Indicates whether a replica copy of the database is maintained in case the primary database becomes unavailable. (Warning: Doubles memory consumption). See [High Availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}). |
157
157
|**Throughput**| Identifies maximum throughput for the database, which is specified in terms of operations per second (**Ops/sec**). See [Throughput]({{< relref "/operate/rc/databases/configuration/sizing#throughput" >}}) for more information. <br/> Databases with Search and query have specific throughput requirements. See [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more information. |
Copy file name to clipboardExpand all lines: content/operate/rc/databases/upgrade-version.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ Database version upgrade options depend on your plan type.
14
14
15
15
## Redis Cloud Essentials
16
16
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" >}}).
17
+
All new Redis Cloud Essentials databases are on the latest available version of Redis. Redis will notify Redis Cloud Essentials users when a new database version is available.
18
18
19
19
## Redis Cloud Pro
20
20
21
-
Redis Cloud Pro databases that are not on the latest stable version of Redis can be upgraded to a later version at any time.
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
24
Reverting to a previous Redis version is not supported on Redis Cloud.
25
25
26
-
Before updating 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:
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
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
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.
29
29
@@ -50,7 +50,7 @@ To upgrade a Redis Cloud Pro database:
50
50
51
51
{{<imagefilename="images/rc/database-version-upgrade.png"alt="The Redis version upgrade screen."width=80% >}}
52
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" >}}).
53
+
If your database has not been backed up before, we recommend that you back up your database. Select**Go to backup** to go to the [backup settings]({{< relref "/operate/rc/databases/back-up-data" >}}).
0 commit comments