diff --git a/content/embeds/rc-tags-tag-module.md b/content/embeds/rc-tags-tag-module.md index a157ed1f084..d80c338b266 100644 --- a/content/embeds/rc-tags-tag-module.md +++ b/content/embeds/rc-tags-tag-module.md @@ -1,19 +1,19 @@ -Here, you can: +You can select the tag's **Key** and **Value** from the suggestions, or you can enter your own. -- Select **Add tag** to add a tag. +{{The New tag fields.}}{{< /image >}} - {{The Add tag button.}}{{< /image >}} +A valid tag must follow these guidelines: +- Tag keys must be between 2 and 64 characters long, and values must be at least 2 characters long. +- Tags can only have lowercase letters, numbers, spaces, and these special characters: `-`, `_`, `.`, `+`, `@`, and `:`. - {{The New tag fields.}}{{< /image >}} - - You can select the tag's **Key** and **Value** from the suggestions, or you can enter your own. - - A valid tag must follow these guidelines: - - Tag keys must be between 2 and 64 characters long, and values must be at least 2 characters long. - - Tags can only have lowercase letters, numbers, spaces, and these special characters: `-`, `_`, `.`, `+`, `@`, and `:`. +After you add your first tag, you can: - Select the **Key** or **Value** field of an existing tag and enter new text to edit it. - Select **Delete** next to a tag to delete it. - {{Delete button.}}{{< /image >}} \ No newline at end of file + {{Delete button.}}{{< /image >}} + +- Select **Add additional tag** to add another tag. + + {{The Add additional tag button.}}{{< /image >}} \ No newline at end of file diff --git a/content/rc/databases/back-up-data.md b/content/rc/databases/back-up-data.md index feadff4e600..88be5bdca71 100644 --- a/content/rc/databases/back-up-data.md +++ b/content/rc/databases/back-up-data.md @@ -35,17 +35,13 @@ Here, you'll learn how to store backups using different cloud providers. To turn on database backups: -1. Sign in to the [Redis Cloud console](https://app.redislabs.com/). (Create an account if you don't already have one.) +1. Sign in to the [Redis Cloud console](https://app.redislabs.com/). -2. If you have more than one subscription, select the target subscription from the list. This displays the **Databases** tab for the selected subscription. - - {{The Databases tab summarizes databases created for a given subscription.}}{{< /image >}} - -3. 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 database**. {{The Configuration tab of the Database details screen.}}{{< /image >}} -4. In the **Durability** section of the **Configuration** tab, locate the **Remote backup** setting: +1. In the **Durability** section of the **Configuration** tab, locate the **Remote backup** setting: {{The Remote backup setting is located in the Durability section of the Configuration tab of the database details screen.}}{{< /image >}} diff --git a/content/rc/databases/configuration/high-availability.md b/content/rc/databases/configuration/high-availability.md index 8c74ebf0b63..757e6e2b89f 100644 --- a/content/rc/databases/configuration/high-availability.md +++ b/content/rc/databases/configuration/high-availability.md @@ -29,7 +29,7 @@ Redis Cloud supports three levels of replication: Your replication options depend on your [subscription plan]({{}}): -- Free Redis Cloud Essentials plans support No replication and single-zone replication. +- Free Redis Cloud Essentials plans do not support replication. - Paid Redis Cloud Essentials plans and Redis Cloud Pro plans let you choose between multi-zone or single-zone replication when creating a subscription. You can also turn off replication. After database creation, you can still enable or turn off replication. However, [zone settings]({{}}) are only configurable during database creation. diff --git a/content/rc/databases/create-database/create-pro-database-existing.md b/content/rc/databases/create-database/create-pro-database-existing.md index 18258af1f76..825e0c120d3 100644 --- a/content/rc/databases/create-database/create-pro-database-existing.md +++ b/content/rc/databases/create-database/create-pro-database-existing.md @@ -81,6 +81,10 @@ The **Tags** section lets you add [tags]({{< relref "/rc/databases/tag-database" {{Use the Tag settings to add tags to the database.}}{{< /image >}} +Select **Add tag** to add a tag. + +{{The Add tag button.}}{{< /image >}} + {{< embed-md "rc-tags-tag-module.md" >}} ## Security section diff --git a/content/rc/databases/import-data.md b/content/rc/databases/import-data.md index 3c49d94f342..92b0ad64ec8 100644 --- a/content/rc/databases/import-data.md +++ b/content/rc/databases/import-data.md @@ -208,7 +208,10 @@ To import an RDB file stored in a Microsoft Azure Blog storage container: 1. In the **Danger Zone**, select **Import**. 1. Enter the details for the RDB file: - Source type - Select **Azure Blob Storage**. - - Source path - Enter the URL for the RDB file: `abs://:storage_account_access_key@storage_account_name/[container/]filename.rdb[.gz]` + - Source path - Enter the URL for the RDB file: + ```text + abs://:storage_account_access_key@storage_account_name/[container/]filename.rdb[.gz] + ``` Where: - `storage_account_access_key` - Primary access key to the storage account diff --git a/content/rc/databases/migrate-databases.md b/content/rc/databases/migrate-databases.md index 169cefdbe81..a80251d5e68 100644 --- a/content/rc/databases/migrate-databases.md +++ b/content/rc/databases/migrate-databases.md @@ -111,9 +111,9 @@ Follow these detailed steps to migrate data using Active-Passive syncing: 7. Select **Save Active-Passive** to save your Active-Passive settings. - {{The **Save** button verifies the Source URI and you can't save until it validates.}}{{< /image >}} + {{The **Save** button verifies the Source URI and you can't save until it validates.}}{{< /image >}} - For an external database, Redis will verify the endpoint at this step. If the endpoint cannot be verified, make sure that you've copied the details directly from the source database and that the value you entered starts with `redis://`. + For an external database, we'll verify the endpoint at this step. If the endpoint can't be verified, make sure that you've copied the details directly from the source database and that the value you entered starts with `redis://`. 8. Select **Save Database** to begin updating the database. diff --git a/static/images/rc/database-metrics-tab.png b/static/images/rc/database-metrics-tab.png old mode 100755 new mode 100644 index d0492176563..77e9ec67f62 Binary files a/static/images/rc/database-metrics-tab.png and b/static/images/rc/database-metrics-tab.png differ diff --git a/static/images/rc/database-new-tags.png b/static/images/rc/database-new-tags.png index 449f9410b6c..39d36d5db1b 100644 Binary files a/static/images/rc/database-new-tags.png and b/static/images/rc/database-new-tags.png differ diff --git a/static/images/rc/metrics-promote-graphs.png b/static/images/rc/metrics-promote-graphs.png old mode 100755 new mode 100644 index 2fa1b9d70cc..6c64e5de8e4 Binary files a/static/images/rc/metrics-promote-graphs.png and b/static/images/rc/metrics-promote-graphs.png differ diff --git a/static/images/rc/tags-button-add-additional-tag.png b/static/images/rc/tags-button-add-additional-tag.png new file mode 100644 index 00000000000..3a902ac071e Binary files /dev/null and b/static/images/rc/tags-button-add-additional-tag.png differ