diff --git a/content/embeds/rc-pro-use-cases-billing-units.md b/content/embeds/rc-pro-billing-units.md similarity index 69% rename from content/embeds/rc-pro-use-cases-billing-units.md rename to content/embeds/rc-pro-billing-units.md index d72938ae0a..75c8a217b6 100644 --- a/content/embeds/rc-pro-use-cases-billing-units.md +++ b/content/embeds/rc-pro-billing-units.md @@ -1,14 +1,3 @@ -## Use case settings - -The following table shows the default use case settings for a Pro database. - -| **Type** | High Availability | Data Persistence | Eviction Policy | -|---|---|---|---| -| **Cache** | Single-zone | None | `volatile-lru` | -| **Database** | Multi-zone | Append-only file every 1 sec | None | -| **Vector Search** | Multi-zone | Append-only file every 1 sec | None | -| **Custom** | Single-zone | Append-only file every 1 sec | None | - ## Billing Unit types The Redis Billing Unit types associated with your Pro subscription depend on your database memory size and throughput requirements. diff --git a/content/integrate/amazon-bedrock/set-up-redis.md b/content/integrate/amazon-bedrock/set-up-redis.md index 90e402474b..f73c31d672 100644 --- a/content/integrate/amazon-bedrock/set-up-redis.md +++ b/content/integrate/amazon-bedrock/set-up-redis.md @@ -63,64 +63,45 @@ To set up a Redis Cloud instance for Bedrock, you need to: {{The New Database button creates a new database.}} -1. When the **New database** page appears, select **Vector search** from the use case panel. - - {{The Redis Use case panel}} - -1. Select **Pro** to create a Pro plan. +1. When the **New database** page appears, select **Pro** to create a Pro plan. {{The Subscription selection panel with Pro selected.}} -1. Select **Amazon Web Services** as the cloud vendor, select a region, and enter a name for your subscription. - - {{The General settings of the Setup tab.}} - -1. In the **Version** section, select **Redis 7.2** or **Redis 7.4**. - - {{Version selection between Redis 6.2, 7.2, and 7.4}} - -1. In the **Advanced options** section, select Multi-AZ to ensure [high-availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}). +1. After you select **Pro**, the **Database settings** section will appear. For this guide, continue with **Easy create** to get started faster. - {{The Multi-AZ toggle set to on.}} + {{The database settings section.}} -1. When finished, select **Continue**. + If you'd like to select all of the configuration options yourself, select **Custom settings**. See [Create a Redis Cloud Pro database]({{< relref "/operate/rc/databases/create-database/create-pro-database-new#custom-settings" >}}) for more details. - {{Select the Continue button to continue to the next step.}} +1. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field. -1. The **Sizing** tab helps you specify the database requirements for your subscription. + {{The database name, cloud vendor and region settings.}} - {{The Sizing tab when creating a new Flexible subscription.}} +1. Select **Amazon Web Services** as the cloud vendor and select a region. - Select the **Add** button to create a database. +1. In the **Optimal database settings** section: - {{Use the Add button to define a new database for your subscription.}} + {{The Dataset size, throughput, and High availability settings.}} + + - Turn on [**High-availability**]({{< relref "/operate/rc/databases/configuration/high-availability" >}}). + - Set the Dataset size of your database based on the amount of data that Bedrock will pull from your Simple Storage Service (S3) [bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html). See [Find out the size of your S3 buckets](https://aws.amazon.com/blogs/storage/find-out-the-size-of-your-amazon-s3-buckets/) to find out how much knowledge base data is stored in your S3 bucket and pick the closest size, rounded up, from the table below. -1. In the **New Database** dialog, name your database. - - {{The New Database dialog with basic settings.}} - - We selected **Search and query** and **JSON** for you already. **Search and query** enables vector database features for your database. You can remove **JSON** if you want. - -1. Set the Memory limit of your database based on the amount of data that Bedrock will pull from your Simple Storage Service (S3) [bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html). See [Find out the size of your S3 buckets](https://aws.amazon.com/blogs/storage/find-out-the-size-of-your-amazon-s3-buckets/) to find out how much knowledge base data is stored in your S3 bucket and pick the closest size, rounded up, from the table below. - - | Total Size of Documents in S3 | Database size without replication | Database size with replication | + | Total Size of Documents in S3 | Database size without replication | Database size with replication | |-------------------------------|-----------------------------------|--------------------------------| | 10,000 kb | 135 Mb | 270 Mb | | 100,000 kb | 1.35 Gb | 2.7 Gb | | 1,000,000 kb | 13.5 Gb | 27 Gb | | 10,000,000 kb | 135 Gb | 270 Gb | - For more information on sizing, see the [Bedrock integration blog post](https://redis.io/blog/amazon-bedrock-integration-with-redis-enterprise/#right-size-your-database-for-amazon-bedrock). - -1. When finished, select **Save database** to create your database. + For more information on sizing, see the [Bedrock integration blog post](https://redis.io/blog/amazon-bedrock-integration-with-redis-enterprise/#right-size-your-database-for-amazon-bedrock). - {{Select the Save Database button to define your new database.}} +1. Select **View all settings** to review the database settings that we selected for you. -1. Select **Continue** to move to the **Review and Create** tab. + {{The optimal database settings.}} -1. Review your subscription. You will not need to enter a payment method, as it's automatically assigned to your AWS Marketplace account. + If you want to change these settings, select [**Switch to custom settings**]({{< relref "/operate/rc/databases/create-database/create-pro-database-new#custom-settings" >}}). -1. Select **Confirm & pay** to create your new database. +1. You will not need to enter a payment method, as it's automatically assigned to your AWS Marketplace account. Select **Confirm & pay** to create your new database. {{Select Confirm & pay to create your new database.}} @@ -134,9 +115,9 @@ For your database to be fully secure, you must enable [Transport Layer Security 1. Select **Databases** from the [Redis Cloud console](https://cloud.redis.io/) menu and then select your database from the list. -1. From the database's **Configuration** screen, select the **Edit database** button: +1. From the database's **Configuration** screen, select the **Edit** button: - {{The Edit database button lets you change selected database properties.}} + {{The Edit database button lets you change selected database properties.}} 1. In the **Security** section, use the **Transport layer security (TLS)** toggle to enable TLS: diff --git a/content/operate/rc/databases/back-up-data.md b/content/operate/rc/databases/back-up-data.md index 65c3bdf93e..7c771d8f4e 100644 --- a/content/operate/rc/databases/back-up-data.md +++ b/content/operate/rc/databases/back-up-data.md @@ -36,7 +36,7 @@ To turn on database backups: 1. Sign in to the [Redis Cloud console](https://cloud.redis.io/). -1. Select the database to open the **Database** page and then select **Edit database**. +1. Select the database to open the **Database** page and then select **Edit**. {{The Configuration tab of the Database details screen.}} diff --git a/content/operate/rc/databases/create-database/create-active-active-database.md b/content/operate/rc/databases/create-database/create-active-active-database.md index 2b968b3f78..3dfd33e835 100644 --- a/content/operate/rc/databases/create-database/create-active-active-database.md +++ b/content/operate/rc/databases/create-database/create-active-active-database.md @@ -26,9 +26,7 @@ Redis Cloud maintains consistency among instances in the background; that is, ea {{< embed-md "rc-create-db-first-steps.md" >}} -{{< embed-md "rc-create-db-use-cases.md" >}} - -4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**. +3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**. {{The Subscription selection panel with Pro selected.}} diff --git a/content/operate/rc/databases/create-database/create-essentials-database.md b/content/operate/rc/databases/create-database/create-essentials-database.md index 3fb3de4071..dc63b28f44 100644 --- a/content/operate/rc/databases/create-database/create-essentials-database.md +++ b/content/operate/rc/databases/create-database/create-essentials-database.md @@ -15,12 +15,7 @@ tocEmbedHeaders: true {{< embed-md "rc-create-db-first-steps.md" >}} -{{< embed-md "rc-create-db-use-cases.md" >}} - {{< note >}} -See [Use case settings](#use-case-settings) to view the default settings for each use case. - {{< /note >}} - -4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Essentials**. +3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Essentials**. {{The Subscription selection panel with Essentials selected.}} @@ -52,7 +47,7 @@ This guide shows how to create an Essentials database. 1. In the **Durability settings** panel, choose your **High availability settings** and **Data persistence** settings from the list. - {{The durability settings allow you to choose High availability and Data persistence.}} + {{The durability settings allow you to choose High availability and Data persistence.}} Redis Cloud supports the following high availability settings: @@ -70,8 +65,6 @@ This guide shows how to create an Essentials database. - A **Snapshot** is a copy of the in-memory database, taken at periodic intervals (one, six, or twelve hours). You can restore data to the snapshot's point in time. See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings. - - These settings may already be set based on the use case you selected. You can change them now if you like. 1. Select the desired memory limit. To create a free database, select the 30 MB memory limit. You can only have one free database at a time. @@ -92,14 +85,3 @@ This guide shows how to create an Essentials database. When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears. -## Use case settings - -The following table shows the default use case settings for an Essentials database. - -| **Type** | High Availability | Data Persistence | Size | Eviction Policy | -|---|---|---|---|---| -| **Cache** | None | None | 30 MB - 12 GB | `volatile-lru` | -| **Database** | Multi-zone | Append-only file every 1 sec | 250 MB - 12 GB | None | -| **Vector Search** | Multi-zone | Append-only file every 1 sec | 250 MB - 12 GB | None | -| **Custom** | Single-zone | Append-only file every 1 sec | 250 MB - 12 GB | None | - diff --git a/content/operate/rc/databases/create-database/create-flex-database.md b/content/operate/rc/databases/create-database/create-flex-database.md index 770f91358e..7bb5ba73ee 100644 --- a/content/operate/rc/databases/create-database/create-flex-database.md +++ b/content/operate/rc/databases/create-database/create-flex-database.md @@ -52,23 +52,7 @@ Inactive or infrequently accessed data is referred to as “warm data” and sto {{< embed-md "rc-create-db-first-steps.md" >}} -3. Select your Redis use case. There are three pre-defined use cases supported with Redis Flex: - - {{The Redis Use case panel}} - - - **Cache**: Stores short-term or volatile data. Can be used for session management, semantic cache, session store, and other uses where data is short-lived. - - **Database**: Stores durable and consistent data. Can be used for document databases, feature storage, gaming leaderboards, durable caches, and other uses where your data needs to be highly available and persistent. - - **Custom**: If your Redis use case doesn't match any of the other use cases, you can choose this option to customize all of your settings. - - Select the use case that best matches your Redis use case. You can always change the settings later. - - The **Vector search** use case is not supported with Redis Flex. - - {{< note >}} -See [Use case settings](#use-case-settings) to view the default settings for each use case. - {{< /note >}} - -4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Redis Flex**. +3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Redis Flex**. {{The Subscription selection panel with Redis Flex selected.}} @@ -89,7 +73,7 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials. 1. In the **Durability settings** panel, choose your **High availability settings** and **Data persistence** settings from the list. - {{The durability settings allow you to choose High availability and Data persistence.}} + {{The durability settings allow you to choose High availability and Data persistence.}} Redis Cloud supports the following high availability settings: @@ -107,8 +91,6 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials. - A **Snapshot** is a copy of the in-memory database, taken at periodic intervals (one, six, or twelve hours). You can restore data to the snapshot's point in time. See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings. - - These settings may already be set based on the use case you selected. You can change them now if you like. 1. Select the desired memory limit. @@ -127,14 +109,3 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials. {{Select Confirm & Pay to create your new database.}} When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears. - - -### Use case settings - -The following table shows the default use case settings for an Essentials database. - -| **Type** | High Availability | Data Persistence | Size | Eviction Policy | -|---|---|---|---|---| -| **Cache** | None | None | 30 MB - 12 GB | `volatile-lru` | -| **Database** | Multi-zone | Append-only file every 1 sec | 250 MB - 12 GB | None | -| **Custom** | Single-zone | Append-only file every 1 sec | 250 MB - 12 GB | None | diff --git a/content/operate/rc/databases/create-database/create-pro-database-existing.md b/content/operate/rc/databases/create-database/create-pro-database-existing.md index f4447f8c89..563412a082 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-existing.md +++ b/content/operate/rc/databases/create-database/create-pro-database-existing.md @@ -11,23 +11,31 @@ weight: 15 tocEmbedHeaders: true --- -{{< embed-md "rc-create-db-first-steps.md" >}} +{{< note >}} +This guide shows how to create a Pro database in an existing subscription. +- If you don't yet have a Pro subscription, see [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}). +- If you'd rather create an Essentials database, see [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}). +{{< /note >}} + +To create a database in an already existing Pro subscription: + +1. Sign in to the [Redis Cloud console](https://cloud.redis.io). -{{< embed-md "rc-create-db-use-cases.md" >}} +2. Select the **New database** button. -{{< note >}}See [Use case settings](#use-case-settings) to view the default settings for each use case.{{< /note >}} + {{The New Database button creates a new database.}} -4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**, select **Existing subscription**, and then select your existing pro subscription from the list. + This displays the **Create database** screen. + +1. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Existing subscription**, and then select your existing Pro subscription from the list. {{The Subscription selection panel with Pro selected and an existing subscription selected.}} - {{< note >}} -This guide shows how to create a Pro database in an existing subscription. -- If you don't yet have a Pro subscription, see [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}). -- If you'd rather create an Essentials database, see [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}). - {{< /note >}} +After you select your existing subscription from the list, select **Continue** to go to the **New database** page. + +You can also select your subscription from the [subscription list]({{< relref "/operate/rc/subscriptions/view-pro-subscription" >}}) and select **Create database in this subscription**. -After you select **Pro** and select your existing subscription from the list, select **Continue** to go to the **New database** page. +{{The Create database in this subscription button.}} The **New database** page is divided into sections, each dedicated to a specific category of settings. The following sections provide more details. @@ -129,4 +137,4 @@ The available alerts vary according to the subscription type. | **Throughput is higher than** | When enabled, sends an email when the operations per second exceed the defined threshold | | **Throughput is lower than** | When enabled, sends an email when the operations per second falls below the defined threshold | -{{< embed-md "rc-pro-use-cases-billing-units.md" >}} \ No newline at end of file +{{< embed-md "rc-pro-billing-units.md" >}} \ No newline at end of file diff --git a/content/operate/rc/databases/create-database/create-pro-database-new.md b/content/operate/rc/databases/create-database/create-pro-database-new.md index 9ba01bd10c..3230d38462 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-new.md +++ b/content/operate/rc/databases/create-database/create-pro-database-new.md @@ -13,11 +13,7 @@ tocEmbedHeaders: true {{< embed-md "rc-create-db-first-steps.md" >}} -{{< embed-md "rc-create-db-use-cases.md" >}} - -{{< note >}}See [Use case settings](#use-case-settings) to view the default settings for each use case.{{< /note >}} - -4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**. +3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**. {{The Subscription selection panel with Pro selected.}} @@ -34,7 +30,7 @@ After you select **Pro**, the **Database settings** section will appear. You can choose to create your database in one of two ways: -- [**Easy create**](#easy-create) selects the optimal settings for your use case for you. +- [**Easy create**](#easy-create) selects the optimal settings for you to get started faster. - [**Custom settings**](#custom-settings) lets you select all of the configuration options for your new database. ## Create database with Easy create {#easy-create} @@ -57,7 +53,7 @@ If you choose to create your database with Easy create: | **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.
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. | | **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" >}}). | -1. Select **View all settings** to review the database settings that we selected for you based on your use case. +1. Select **View all settings** to review the database settings that we selected for you. {{The optimal database settings.}} @@ -211,6 +207,6 @@ Use the **Database list** to check the status of your databases. -{{< embed-md "rc-pro-use-cases-billing-units.md" >}} +{{< embed-md "rc-pro-billing-units.md" >}} diff --git a/content/operate/rc/databases/view-edit-database.md b/content/operate/rc/databases/view-edit-database.md index 883c21e0f4..4d621e2ffb 100644 --- a/content/operate/rc/databases/view-edit-database.md +++ b/content/operate/rc/databases/view-edit-database.md @@ -16,7 +16,7 @@ To view the details of a database: 1. Sign in to the [Redis Cloud console](https://cloud.redis.io/). (Create an account if you don't already have one.) -2. Select the **Databases** menu to display a searchable list of all databases. +2. Select the **Databases** menu to display a [searchable list of all databases](#manage-the-database-list). 3. Locate the database in the list. @@ -185,9 +185,9 @@ The **View Database** screen also has tabs that let you view: ## Edit database details -Use the **Edit database** button to edit database details. +Use the **Edit** button to edit database details. -{{The Edit database button lets you change selected database properties.}} +{{The Edit button lets you change selected database properties.}} Because databases exist within the context of a deployment, certain fields cannot be updated, especially those that might lead to data loss. diff --git a/content/operate/rc/security/access-control/data-access-control/default-user.md b/content/operate/rc/security/access-control/data-access-control/default-user.md index c89901aa71..ee855735f2 100644 --- a/content/operate/rc/security/access-control/data-access-control/default-user.md +++ b/content/operate/rc/security/access-control/data-access-control/default-user.md @@ -29,9 +29,9 @@ See your [Redis client's documentation]({{< relref "/develop/clients" >}}) to le To change the default user password for your database: -1. From the database **Configuration** tab, select **Edit database**. +1. From the database **Configuration** tab, select **Edit**. - {{The Edit database button lets you change the database's default user password.}} + {{The Edit button lets you change the database's default user password.}} 1. Under the **Security** section, enter the new password in the **Default user password** field. Database passwords must be less than 50 characters long. @@ -45,9 +45,9 @@ After you set up [role-based access control]({{< relref "/operate/rc/security/ac To turn off the default user for a database: -1. From the database **Configuration** tab, select **Edit database**. +1. From the database **Configuration** tab, select **Edit**. - {{The Edit database button lets you change the database's default user password.}} + {{The Edit database button lets you change the database's default user password.}} 1. Under the **Security** section, select the **Default User** switch to turn it off. diff --git a/content/operate/rc/security/database-security/tls-ssl.md b/content/operate/rc/security/database-security/tls-ssl.md index 205f7641aa..11599e7f3c 100644 --- a/content/operate/rc/security/database-security/tls-ssl.md +++ b/content/operate/rc/security/database-security/tls-ssl.md @@ -45,9 +45,9 @@ To enable TLS for a Redis Cloud database: 1. Select **Databases** from the [Redis Cloud console](https://cloud.redis.io/) menu and then select your database from the list. -1. From the database's **Configuration** screen, select the **Edit database** button: +1. From the database's **Configuration** screen, select **Edit**: - {{The Edit database button lets you change selected database properties.}} + {{The Edit database button lets you change selected database properties.}} 1. In the **Security** section, use the **Transport layer security (TLS)** toggle to enable TLS: diff --git a/content/operate/rc/subscriptions/upgrade-essentials-pro.md b/content/operate/rc/subscriptions/upgrade-essentials-pro.md index f80950bee8..575bec0a2a 100644 --- a/content/operate/rc/subscriptions/upgrade-essentials-pro.md +++ b/content/operate/rc/subscriptions/upgrade-essentials-pro.md @@ -51,9 +51,9 @@ Before you follow this guide, be aware of the following limitations: 1. Select the database you want to migrate your data to. This will be your target database. -1. From the **Configuration** tab of the target database, select **Edit database**. +1. From the **Configuration** tab of the target database, select **Edit**. - {{The Edit database button lets you change selected database properties.}} + {{The Edit database button lets you change selected database properties.}} 1. In the **Durability** section, enable **Active-Passive Redis** and then select **Add Source**. diff --git a/content/operate/rc/subscriptions/view-pro-subscription.md b/content/operate/rc/subscriptions/view-pro-subscription.md index 72d0a0a6bd..3b561b7761 100644 --- a/content/operate/rc/subscriptions/view-pro-subscription.md +++ b/content/operate/rc/subscriptions/view-pro-subscription.md @@ -15,7 +15,7 @@ To view the details of a Redis Cloud Pro subscription: 1. If you have more than one subscription, select the target subscription from the subscription list. - {{The Subscription list shows your current subscriptions.}} + {{The Subscription list shows your current subscriptions.}} 1. Your subscription details appear, along with a summary of your database details. @@ -23,9 +23,9 @@ To view the details of a Redis Cloud Pro subscription: From here, you can: -- Select the **New database** button to add a database to your subscription. +- Select **Create database in this subscription** to [add a database to your subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}). - {{Use the **New database** button to create a new database for your subscription.}} + {{The Create database in this subscription button.}} - 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. diff --git a/static/images/rc/button-add-new-to-pro.png b/static/images/rc/button-add-new-to-pro.png new file mode 100644 index 0000000000..05786644e7 Binary files /dev/null and b/static/images/rc/button-add-new-to-pro.png differ diff --git a/static/images/rc/button-database-edit.png b/static/images/rc/button-database-edit.png old mode 100755 new mode 100644 index 018d10a9b7..29a829c764 Binary files a/static/images/rc/button-database-edit.png and b/static/images/rc/button-database-edit.png differ diff --git a/static/images/rc/create-database-subscription-essentials.png b/static/images/rc/create-database-subscription-essentials.png index 3bdf600ecd..5612a21f40 100644 Binary files a/static/images/rc/create-database-subscription-essentials.png and b/static/images/rc/create-database-subscription-essentials.png differ diff --git a/static/images/rc/create-database-subscription-flex.png b/static/images/rc/create-database-subscription-flex.png index 6d42d51457..00e5a3944c 100644 Binary files a/static/images/rc/create-database-subscription-flex.png and b/static/images/rc/create-database-subscription-flex.png differ diff --git a/static/images/rc/create-database-subscription-pro-existing.png b/static/images/rc/create-database-subscription-pro-existing.png index d53f97b596..7351fd0f5f 100644 Binary files a/static/images/rc/create-database-subscription-pro-existing.png and b/static/images/rc/create-database-subscription-pro-existing.png differ diff --git a/static/images/rc/create-database-subscription-pro-new.png b/static/images/rc/create-database-subscription-pro-new.png index 2fb0f919f5..cf03b22be3 100644 Binary files a/static/images/rc/create-database-subscription-pro-new.png and b/static/images/rc/create-database-subscription-pro-new.png differ diff --git a/static/images/rc/database-details-configuration-tab-general-flexible.png b/static/images/rc/database-details-configuration-tab-general-flexible.png index 2706d35beb..45d4afa9b1 100644 Binary files a/static/images/rc/database-details-configuration-tab-general-flexible.png and b/static/images/rc/database-details-configuration-tab-general-flexible.png differ diff --git a/static/images/rc/pro-easy-create-vendor.png b/static/images/rc/pro-easy-create-vendor.png index 8c33ef3c43..6840541e83 100644 Binary files a/static/images/rc/pro-easy-create-vendor.png and b/static/images/rc/pro-easy-create-vendor.png differ diff --git a/static/images/rc/subscription-flexible-databases-tab-pending.png b/static/images/rc/subscription-flexible-databases-tab-pending.png index 051ac34e0b..50ffc4994e 100644 Binary files a/static/images/rc/subscription-flexible-databases-tab-pending.png and b/static/images/rc/subscription-flexible-databases-tab-pending.png differ diff --git a/static/images/rc/subscription-list-select.png b/static/images/rc/subscription-list-select.png index f2426c4e82..b274787567 100644 Binary files a/static/images/rc/subscription-list-select.png and b/static/images/rc/subscription-list-select.png differ