Skip to content

Commit e3dc0df

Browse files
authored
Merge pull request #1359 from redis/DOC-5023
RC Rebrand Phase 2: TLS, Migrate, and Upgrade Essentials -> Pro
2 parents 2155d17 + 4dea69d commit e3dc0df

21 files changed

+17
-17
lines changed

content/operate/rc/databases/migrate-databases.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Follow these detailed steps to migrate data using Active-Passive syncing:
6969

7070
{{<image filename="images/rc/migrate-database-select-source.png" alt="Select the target database from the database list." >}}
7171

72-
4. From the **Configuration** tab of the target database, select **Edit database**.
72+
4. From the **Configuration** tab of the target database, select **Edit**.
7373

7474
{{<image filename="images/rc/migrate-data-target-edit.png" alt="Use the **Edit Database** button to change the configuration of the target database." >}}
7575

@@ -81,41 +81,41 @@ Follow these detailed steps to migrate data using Active-Passive syncing:
8181

8282
6. This will open the **Add Active-Passive Redis** screen. Select where the source database is located.
8383

84-
{{<image filename="images/rc/migrate-data-add-active-passive.png" alt="The Add Active-Passive Redis screen." >}}
84+
{{<image filename="images/rc/migrate-data-add-active-passive.png" alt="The Add Active-Passive Redis screen." width=70% >}}
8585

8686
- Select **Current account** if the source database is located in this Redis Cloud account.
8787

8888
Select the source database from the **Source database** list. You can type in the database's name to find it.
8989

90-
{{<image filename="images/rc/database-add-account-path-list.png" alt="Select the Source database from the database list." >}}
90+
{{<image filename="images/rc/database-add-account-path-list.png" alt="Select the Source database from the database list." width=70% >}}
9191

9292
- If the source database is hosted externally, select **External**.
9393

9494
1. In the **Enter the source URI** field, type `redis://` and then paste in the public endpoint details.
9595

96-
{{<image filename="images/rc/migrate-data-specify-source-uri.png" alt="The source URI must be specified using the 'redis://' protocol." >}}
96+
{{<image filename="images/rc/migrate-data-specify-source-uri.png" alt="The source URI must be specified using the 'redis://' protocol." width=70% >}}
9797

9898
1. Select if the source database requires Transport Layer Security (TLS).
9999

100100
- If the source database requires TLS, select **TLS** and enter the public server certificate in the **Server Certificate** field.
101101

102-
{{<image filename="images/rc/migrate-data-tls-server-cert.png" alt="The Server Certificate field." >}}
102+
{{<image filename="images/rc/migrate-data-tls-server-cert.png" alt="The Server Certificate field." width=70% >}}
103103

104104
- If the source database requires client authentication, select **Mutual TLS**.
105105

106106
1. Enter the public server certificate in the **Server Certificate** field.
107107

108-
{{<image filename="images/rc/migrate-data-tls-server-cert.png" alt="The Server Certificate field." >}}
108+
{{<image filename="images/rc/migrate-data-tls-server-cert.png" alt="The Server Certificate field." width=70% >}}
109109

110110
1. Select **Download** to download the client certificate.
111111

112-
{{<image filename="images/rc/migrate-data-tls-client-cert.png" alt="The Client Certificate field. Select Download to download the client certificate." >}}
112+
{{<image filename="images/rc/migrate-data-tls-client-cert.png" alt="The Client Certificate field. Select Download to download the client certificate." width=70% >}}
113113

114114
1. Configure the source database to accept the client certificate.
115115

116116
7. Select **Save Active-Passive** to save your Active-Passive settings.
117117

118-
{{<image filename="images/rc/icon-database-save-active-passive.png" alt="The **Save** button verifies the Source URI and you can't save until it validates." width="200px">}}
118+
{{<image filename="images/rc/icon-database-save-active-passive.png" alt="The **Save** button verifies the Source URI and you can't save until it validates." width="150px">}}
119119

120120
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://`.
121121

@@ -133,7 +133,7 @@ Follow these detailed steps to migrate data using Active-Passive syncing:
133133

134134
When data has fully migrated to the target database, database status reports `Synced`.
135135

136-
{{<image filename="images/rc/migrate-data-status-synced.png" alt="When the data is migrated, the target database status displays `Synced`." >}}
136+
{{<image filename="images/rc/migrate-data-status-synced.png" alt="When the data is migrated, the target database status displays `Synced`." width=100px >}}
137137

138138
Active-Passive sync lets you migrate data while apps and other connections are using the source database. Once the data is migrated, you should migrate active connections to the target database.
139139

content/operate/rc/security/database-security/tls-ssl.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ Paid Redis Cloud Essentials plans and Redis Cloud Pro plans can use TLS to encry
1818
TLS is not available for Free Redis Cloud Essentials plans.
1919
{{</note>}}
2020

21-
## Use TLS with Redis Cloud
21+
## TLS recommendations
2222

2323
TLS is not enabled by default.
2424

25-
### TLS recommendations
26-
2725
Because TLS has an impact on performance, you need to determine whether the security benefits of TLS are worth the performance impact. TLS recommendations depend on the subscription plan and whether clients connect to your database using public or private endpoints.
2826

2927
This table shows TLS recommendations:
@@ -33,13 +31,13 @@ This table shows TLS recommendations:
3331
| Redis Cloud Essentials | Enable TLS | N/A |
3432
| Redis Cloud Pro | Enable TLS | Enable TLS if security outweighs performance impact |
3533

36-
### Client authentication
34+
## Client authentication
3735

3836
When you enable TLS, you can optionally require client authentication (also known as "mutual authentication"). If enabled, all clients must present a valid client certificate when they connect to the database.
3937

4038
Client authentication is not required by Redis Cloud; however, it is strongly recommended.
4139

42-
### Enable TLS
40+
## Enable TLS
4341

4442
To enable TLS for a Redis Cloud database:
4543

@@ -90,6 +88,8 @@ You must download the certificate using the button at this point. After your ch
9088
- If you provide a client certificate or a certificate chain, you will see the certificate details before you save your changes.
9189

9290
{{<image filename="images/rc/mtls-certificate-details.png" alt="The Download certificate button." >}}
91+
92+
Select **Save** to save the client certificate.
9393

9494
1. You can select **Add client certificate** again to add another certificate.
9595

@@ -122,7 +122,7 @@ If you don't have the Redis Cloud CA certificates, you can download them from th
122122

123123
1. For **Redis Cloud certificate authority**, either:
124124

125-
- Select the **Download** button to download the certificates from **Account Settings**:
125+
- Select the **Download** button to download the certificates from **Redis Cloud certificate authority** in **Account Settings**:
126126

127127
{{<image filename="images/rc/button-account-settings-security-ca-download.png" width="140px" alt="Use the Download button to download the Redis Cloud CA certificates." >}}
128128

content/operate/rc/subscriptions/upgrade-essentials-pro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Before you follow this guide, be aware of the following limitations:
6363

6464
1. This will open the **Add Active-Passive Redis** screen. Select **Current account** to connect a database in your current account.
6565

66-
{{<image filename="images/rc/migrate-data-add-active-passive.png" alt="The Add Active-Passive Redis screen." >}}
66+
{{<image filename="images/rc/migrate-data-add-active-passive.png" alt="The Add Active-Passive Redis screen." width=70% >}}
6767

6868
1. Select your Redis Cloud Essentials database from the **Source database** list. This will be your source database. You can type in the database's name to find it.
6969

70-
{{<image filename="images/rc/database-add-account-path-list.png" alt="Select the Source database from the database list." >}}
70+
{{<image filename="images/rc/database-add-account-path-list.png" alt="Select the Source database from the database list." width=70% >}}
7171

7272
1. Select **Save Database** to begin updating the database.
7373

Loading
Loading
4.96 KB
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)