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/resilient-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ These settings can be turned on when you create or edit your database.
19
19
20
20
### Enable data persistence
21
21
22
-
Enabling [Data persistence]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) allows Redis to save your data to a durable storage medium, such as a disk, to ensure data availability in case of memory loss or system failure.
22
+
Enabling [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) allows Redis to save your data to a durable storage medium, such as a disk, to ensure data availability in case of memory loss or system failure.
23
23
24
24
Redis Cloud supports the following data persistence options:
Copy file name to clipboardExpand all lines: content/operate/rc/subscriptions/delete-subscription.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,15 @@ To delete a subscription:
20
20
21
21
The number of databases for the subscription is shown in the subscription list. You cannot delete a subscription until there are zero databases in the subscription.
22
22
23
-
{{<imagefilename="images/rc/subscription-list-free-no-databases.png"width="75%"alt="The number of databases is shown in the bottom, left of the subscription in the subscription list." >}}
23
+
{{<imagefilename="images/rc/subscription-list-pro-no-databases.png"width="50%"alt="The number of databases is shown in the bottom, left of the subscription in the subscription list." >}}
24
24
25
25
2. View the subscription details.
26
26
27
27
If you have more than one subscription, select the target subscription from the subscription list.
28
28
29
29
3. Select the **Overview** tab.
30
30
31
-
{{<imagefilename="images/rc/subscription-details-fixed-overview-tab.png"width="75%"alt="The Overview tab displays the details of your subscription." >}}
31
+
{{<imagefilename="images/rc/subscription-details-overview-flexible.png"width="75%"alt="The Overview tab displays the details of your subscription." >}}
32
32
33
33
4. Select the **Delete subscription** button.
34
34
@@ -37,4 +37,4 @@ To delete a subscription:
37
37
{{<imagefilename="images/rc/subscription-delete-confirm-dialog.png"alt="Select the Yes, cancel button to confirm the subscription cancellation." >}}
38
38
39
39
40
-
5. Select the **Yes, delete** button to confirm your choice.
40
+
5. Select the **Delete subscription** button to confirm your choice.
Copy file name to clipboardExpand all lines: content/operate/rc/subscriptions/maintenance/_index.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,11 @@ We won't schedule major upgrades or upgrades that might include breaking changes
63
63
64
64
Redis will notify you by email when maintenance starts and ends. If Redis needs an action from you to start maintenance, we will notify you with a reasonable amount of time before planned maintenance.
65
65
66
-
If you want to receive maintenance notifications by email:
66
+
If you want to receive advance notifications, you must [set manual maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows#set-manual-maintenance-windows" >}}).
67
+
68
+
To receive maintenance notifications by email:
69
+
70
+
1. Go to [Access Management]({{< relref "/operate/rc/security/access-control/access-management" >}}) and select your account in the list.
67
71
68
72
1. Go to [Access Management]({{< relref "/operate/rc/security/access-control/access-management" >}}) and select your account in the list.
Copy file name to clipboardExpand all lines: content/operate/rc/subscriptions/view-essentials-subscription/_index.md
+13-19Lines changed: 13 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -16,27 +16,27 @@ To view the details of a Redis Cloud Essentials subscription:
16
16
17
17
1. Select the target subscription from the subscription list.
18
18
19
-
{{<imagefilename="images/rc/subscription-list-select.png"alt="The Subscription list shows your current subscriptions." >}}
19
+
{{<imagefilename="images/rc/subscription-list-select.png"alt="The Subscription list shows your current subscriptions."width=50%>}}
20
20
21
21
1. Your subscription details appear, along with a summary of your database details.
22
22
23
23
{{<imagefilename="images/rc/subscription-details-fixed-databases-tab.png"alt="The Databases tab of the subscription details page is the default view." >}}
24
24
25
25
From here, you can:
26
26
27
-
- Select the **Upgrade Plan** button to update your subscription plan, high availability settings, or payment method.
27
+
- Select the **Upgrade** button to update your subscription plan, high availability settings, or payment method.
28
28
29
-
{{<imagefilename="images/rc/button-subscription-upgrade-plan.png"alt="Select the Upgrade plan button to update your subscription settings." >}}
29
+
{{<imagefilename="images/rc/button-subscription-upgrade-plan.png"alt="Select the Upgrade plan button to update your subscription settings."width=100px>}}
30
30
31
31
- Select the **Overview** tab to view and edit subscription details.
32
32
33
33
The following sections provide more details.
34
34
35
35
## Upgrade plan
36
36
37
-
Use the **Upgrade plan** button to update your Redis Cloud Essentials plan, your high availability settings, or your payment method. Upgrading your database between Redis Cloud Essentials plans does not impact database availability during the update.
37
+
Use the **Upgrade** button to update your Redis Cloud Essentials plan, your high availability settings, or your payment method. Upgrading your database between Redis Cloud Essentials plans does not impact database availability during the update.
38
38
39
-
{{<imagefilename="images/rc/button-subscription-upgrade-plan.png"alt="Use the Upgrade plan button to change selected Redis Cloud Essentials subscription detils." >}}
39
+
{{<imagefilename="images/rc/button-subscription-upgrade-plan.png"alt="Use the Upgrade plan button to change selected Redis Cloud Essentials subscription detils."width=100px>}}
40
40
41
41
For information on how to upgrade to Redis Cloud Pro, see [upgrade subscription plan from Essentials to Pro]({{< relref "/operate/rc/subscriptions/upgrade-essentials-pro" >}}).
42
42
@@ -59,11 +59,11 @@ If you change your subscription to a lower plan, make sure your data fits within
59
59
{{< embed-md "rc-fixed-upgrade-limitation.md" >}}
60
60
{{< /note >}}
61
61
62
-
### Change high availability
62
+
### Change high availability and persistence
63
63
64
-
To change your plan's high availability settings, select the desired setting in the **High availability** panel.
64
+
To change your plan's [high availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) and [data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) settings, change them in the **Durability settings** panel.
65
65
66
-
{{<imagefilename="images/rc/subscription-fixed-high-availability-panel.png"alt="Use the High availability panel to set Essentials subscription replication settings." >}}
66
+
{{<imagefilename="images/rc/subscription-fixed-high-availability-panel.png"alt="Use the Durability settings panel to set Essentials subscription settings." >}}
67
67
68
68
You can switch between **No replication** and **Single-zone replication** at any time, but you cannot choose **Multi-zone replication** after your subscription is created. You also cannot switch from **Multi-zone replication** to another high availability option.
69
69
@@ -73,13 +73,11 @@ To change your subscription payment method, update the **Credit card** settings.
73
73
74
74
{{<imagefilename="images/rc/subscription-change-credit-card.png"alt="Use the Credit card drop-down to set your subscription payment method." >}}
75
75
76
-
Payment method changes require the Owner role. If your sign-on is not a subscription owner, you cannot change the payment method.
77
-
78
-
To verify your role, select **Access Management** from the admin menu and then locate your credentials in the **Team** tab.
76
+
Payment method changes require the Owner or Billing Admin roles. To verify your role, select **Access Management** from the admin menu and then locate your credentials in the **Team** tab.
79
77
80
78
### Save changes
81
79
82
-
Use the **Upgrade plan** button to save changes.
80
+
Use the **Update Database** button to save changes.
83
81
84
82
{{<imagefilename="images/rc/button-subscription-upgrade-plan-blue.png"alt="Use the Upgrade plan button to save your subscription plan changes." >}}
85
83
@@ -93,8 +91,8 @@ The following details are displayed:
93
91
94
92
| Detail | Description |
95
93
|:---------|:--------------|
94
+
|**Subscription description**| Brief summary of subscription, including the plan type, cloud provider, region, and data size limit |
96
95
|**Cloud vendor**| Your database's cloud vendor |
97
-
|**Plan description**| Brief summary of subscription, including the plan type, cloud provider, region, and data size limit |
98
96
|**Availability**| Describes high availability settings |
99
97
|**Region**| The region your subscription is deployed to |
100
98
|**Plan**| The maximum database size of your Essentials plan. Also displays the cost for paid plans. |
@@ -106,10 +104,6 @@ The following details are displayed:
106
104
|**Replication**| Indicates whether replication is supported for your subscription |
107
105
|**Clustering**| Indicates whether clustering is supported for your subscription |
108
106
109
-
Select the **Edit** button to change the subscription name.
110
-
111
-
{{<imagefilename="images/rc/icon-edit-subscription-name.png"alt="Use the **Edit** button to change the subscription name." >}}
112
-
113
-
The **Delete subscription** button lets you [delete your subscription]({{< relref "/operate/rc/subscriptions/delete-subscription" >}}).
107
+
The **Delete Database** button lets you [delete your database]({{< relref "/operate/rc/databases/delete-database" >}}).
114
108
115
-
{{<imagefilename="images/rc/button-subscription-delete.png"alt="Use the Delete subscription button to delete your subscription plan." >}}
109
+
{{<imagefilename="images/rc/button-delete-database-essentials-overview.png"alt="Use the Delete subscription button to delete your subscription plan." >}}
Copy file name to clipboardExpand all lines: content/operate/rc/subscriptions/view-pro-subscription.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,21 +27,21 @@ From here, you can:
27
27
28
28
{{<imagefilename="images/rc/button-add-new-to-pro.png"alt="The Create database in this subscription button."width=400px >}}
29
29
30
-
- View the Status icon to learn the status of your subscription. Active subscriptions display a green circle with a check mark. Pending subscriptions display an animated, grey circle.
30
+
- View the Status icon to learn the status of your subscription. Active subscriptions display a green circle with a check mark. Pending subscriptions display an animated yellow circle.
31
31
32
32
{{<imagefilename="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" >}} {{<imagefilename="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">}}
33
33
34
34
- {{< embed-md "rc-version-upgrade.md" >}}
35
35
36
-
Because subscriptions represent active deployments, there aren't many details you can change. If your needs change, create a new subscriptionand then migrate the existing data to the new databases.
36
+
Because subscriptions represent active deployments, there aren't many details you can change. If your needs change, [create a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) and then [migrate the existing data]({{< relref "/operate/rc/databases/migrate-databases" >}}) to the new databases.
37
37
38
38
In addition, three tabs are available:
39
39
40
40
1. The **Databases** tab lists the databases in your subscription and summarizes their settings.
41
41
42
42
2. The **Overview** tab displays subscription settings for your Redis Cloud Pro subscription.
43
43
44
-
3. The **Connectivity** tab lets you limit access to the subscription by defining a VPC peering relationship or by setting up an allow list.
44
+
3. The **Connectivity** tab lets you limit access to the subscription by defining a VPC peering or other connectivity options.
45
45
46
46
The following sections provide more info.
47
47
@@ -67,7 +67,7 @@ To view full details of a database, click its name in the list.
67
67
68
68
## **Overview** tab
69
69
70
-
The **Overview** summarizes the options use to created the subscription.
70
+
The **Overview** summarizes the options used to create the subscription.
71
71
72
72
{{<imagefilename="images/rc/subscription-details-overview-flexible.png"alt="The Overview tab displays the settings used to create your Redis Cloud Pro subscription." >}}
73
73
@@ -95,7 +95,7 @@ The **Overview** summarizes the options use to created the subscription.
95
95
96
96
Select the **Edit payment method** button to change the credit card associated with this subscription.
97
97
98
-
{{< image filename="/images/rc/icon-subscription-detail-change-payment-flexible.png" alt="The edit payment method button, selected and showing two credit cards." width=400px >}}
98
+
{{< image filename="/images/rc/icon-subscription-detail-change-payment-flexible.png" alt="The edit payment method button, selected and showing a credit card." width=400px >}}
99
99
100
100
Select **Add credit card** to add a new credit card.
101
101
@@ -119,7 +119,7 @@ Here, you can:
119
119
120
120
- Set up a [VPC peering]({{< relref "/operate/rc/security/vpc-peering.md" >}}) relationship between the virtual PC (VPC) hosting your subscription and another virtual PC.
121
121
122
-
- Set up a [CIDR allow list]({{< relref "/operate/rc/security/cidr-whitelist.md" >}}) containing IP addresses or security groups (_AWS only_) permitted to access your subscription.
122
+
- Set up a [CIDR allow list]({{< relref "/operate/rc/cloud-integrations/aws-cloud-accounts/subscription-whitelist.md" >}}) containing IP addresses or security groups permitted to access your subscription (_AWS Cloud accounts only_).
123
123
124
124
- Set up [Private Service Connect]({{< relref "/operate/rc/security/private-service-connect" >}}) (*Google Cloud only*) or [Transit Gateway]({{< relref "/operate/rc/security/aws-transit-gateway" >}}) (*AWS only*).
0 commit comments