Skip to content

Commit cd1c175

Browse files
committed
View Essentials subscription
1 parent 0ede545 commit cd1c175

11 files changed

+14
-20
lines changed

content/operate/rc/resilient-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ These settings can be turned on when you create or edit your database.
1919

2020
### Enable data persistence
2121

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.
2323

2424
Redis Cloud supports the following data persistence options:
2525

content/operate/rc/subscriptions/view-essentials-subscription/_index.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ To view the details of a Redis Cloud Essentials subscription:
1616

1717
1. Select the target subscription from the subscription list.
1818

19-
{{<image filename="images/rc/subscription-list-select.png" alt="The Subscription list shows your current subscriptions." >}}
19+
{{<image filename="images/rc/subscription-list-select.png" alt="The Subscription list shows your current subscriptions." width=50% >}}
2020

2121
1. Your subscription details appear, along with a summary of your database details.
2222

2323
{{<image filename="images/rc/subscription-details-fixed-databases-tab.png" alt="The Databases tab of the subscription details page is the default view." >}}
2424

2525
From here, you can:
2626

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.
2828

29-
{{<image filename="images/rc/button-subscription-upgrade-plan.png" alt="Select the Upgrade plan button to update your subscription settings." >}}
29+
{{<image filename="images/rc/button-subscription-upgrade-plan.png" alt="Select the Upgrade plan button to update your subscription settings." width=100px >}}
3030

3131
- Select the **Overview** tab to view and edit subscription details.
3232

3333
The following sections provide more details.
3434

3535
## Upgrade plan
3636

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.
3838

39-
{{<image filename="images/rc/button-subscription-upgrade-plan.png" alt="Use the Upgrade plan button to change selected Redis Cloud Essentials subscription detils." >}}
39+
{{<image filename="images/rc/button-subscription-upgrade-plan.png" alt="Use the Upgrade plan button to change selected Redis Cloud Essentials subscription detils." width=100px >}}
4040

4141
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" >}}).
4242

@@ -59,11 +59,11 @@ If you change your subscription to a lower plan, make sure your data fits within
5959
{{< embed-md "rc-fixed-upgrade-limitation.md" >}}
6060
{{< /note >}}
6161

62-
### Change high availability
62+
### Change high availability and persistence
6363

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.
6565

66-
{{<image filename="images/rc/subscription-fixed-high-availability-panel.png" alt="Use the High availability panel to set Essentials subscription replication settings." >}}
66+
{{<image filename="images/rc/subscription-fixed-high-availability-panel.png" alt="Use the Durability settings panel to set Essentials subscription settings." >}}
6767

6868
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.
6969

@@ -73,13 +73,11 @@ To change your subscription payment method, update the **Credit card** settings.
7373

7474
{{<image filename="images/rc/subscription-change-credit-card.png" alt="Use the Credit card drop-down to set your subscription payment method." >}}
7575

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.
7977

8078
### Save changes
8179

82-
Use the **Upgrade plan** button to save changes.
80+
Use the **Update Database** button to save changes.
8381

8482
{{<image filename="images/rc/button-subscription-upgrade-plan-blue.png" alt="Use the Upgrade plan button to save your subscription plan changes." >}}
8583

@@ -93,8 +91,8 @@ The following details are displayed:
9391

9492
| Detail | Description |
9593
|:---------|:--------------|
94+
| **Subscription description** | Brief summary of subscription, including the plan type, cloud provider, region, and data size limit |
9695
| **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 |
9896
| **Availability** | Describes high availability settings |
9997
| **Region** | The region your subscription is deployed to |
10098
| **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:
106104
| **Replication** | Indicates whether replication is supported for your subscription |
107105
| **Clustering** | Indicates whether clustering is supported for your subscription |
108106

109-
Select the **Edit** button to change the subscription name.
110-
111-
{{<image filename="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" >}}).
114108

115-
{{<image filename="images/rc/button-subscription-delete.png" alt="Use the Delete subscription button to delete your subscription plan." >}}
109+
{{<image filename="images/rc/button-delete-database-essentials-overview.png" alt="Use the Delete subscription button to delete your subscription plan." >}}
Loading
Loading
Loading

static/images/rc/subscription-change-credit-card.png

100755100644
-2.57 KB
Loading
Loading
Loading
Loading
-12.4 KB
Loading

0 commit comments

Comments
 (0)