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/databases/migrate-databases.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Follow these detailed steps to migrate data using Active-Passive syncing:
69
69
70
70
{{<imagefilename="images/rc/migrate-database-select-source.png"alt="Select the target database from the database list." >}}
71
71
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**.
73
73
74
74
{{<imagefilename="images/rc/migrate-data-target-edit.png"alt="Use the **Edit Database** button to change the configuration of the target database." >}}
75
75
@@ -81,41 +81,41 @@ Follow these detailed steps to migrate data using Active-Passive syncing:
81
81
82
82
6. This will open the **Add Active-Passive Redis** screen. Select where the source database is located.
- Select **Current account** if the source database is located in this Redis Cloud account.
87
87
88
88
Select the source database from the **Source database** list. You can type in the database's name to find it.
89
89
90
-
{{<imagefilename="images/rc/database-add-account-path-list.png"alt="Select the Source database from the database list." >}}
90
+
{{<imagefilename="images/rc/database-add-account-path-list.png"alt="Select the Source database from the database list."width=70%>}}
91
91
92
92
- If the source database is hosted externally, select **External**.
93
93
94
94
1. In the **Enter the source URI** field, type `redis://` and then paste in the public endpoint details.
95
95
96
-
{{<imagefilename="images/rc/migrate-data-specify-source-uri.png"alt="The source URI must be specified using the 'redis://' protocol." >}}
96
+
{{<imagefilename="images/rc/migrate-data-specify-source-uri.png"alt="The source URI must be specified using the 'redis://' protocol."width=70%>}}
97
97
98
98
1. Select if the source database requires Transport Layer Security (TLS).
99
99
100
100
- If the source database requires TLS, select **TLS** and enter the public server certificate in the **Server Certificate** field.
101
101
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% >}}
103
103
104
104
- If the source database requires client authentication, select **Mutual TLS**.
105
105
106
106
1. Enter the public server certificate in the **Server Certificate** field.
107
107
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% >}}
109
109
110
110
1. Select **Download** to download the client certificate.
111
111
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% >}}
113
113
114
114
1. Configure the source database to accept the client certificate.
115
115
116
116
7. Select **Save Active-Passive** to save your Active-Passive settings.
117
117
118
-
{{<imagefilename="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
+
{{<imagefilename="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">}}
119
119
120
120
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://`.
121
121
@@ -133,7 +133,7 @@ Follow these detailed steps to migrate data using Active-Passive syncing:
133
133
134
134
When data has fully migrated to the target database, database status reports `Synced`.
135
135
136
-
{{<imagefilename="images/rc/migrate-data-status-synced.png"alt="When the data is migrated, the target database status displays `Synced`." >}}
136
+
{{<imagefilename="images/rc/migrate-data-status-synced.png"alt="When the data is migrated, the target database status displays `Synced`."width=100px>}}
137
137
138
138
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.
Copy file name to clipboardExpand all lines: content/operate/rc/security/database-security/tls-ssl.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,10 @@ Paid Redis Cloud Essentials plans and Redis Cloud Pro plans can use TLS to encry
18
18
TLS is not available for Free Redis Cloud Essentials plans.
19
19
{{</note>}}
20
20
21
-
## Use TLS with Redis Cloud
21
+
## TLS recommendations
22
22
23
23
TLS is not enabled by default.
24
24
25
-
### TLS recommendations
26
-
27
25
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.
28
26
29
27
This table shows TLS recommendations:
@@ -33,13 +31,13 @@ This table shows TLS recommendations:
33
31
| Redis Cloud Essentials | Enable TLS | N/A |
34
32
| Redis Cloud Pro | Enable TLS | Enable TLS if security outweighs performance impact |
35
33
36
-
###Client authentication
34
+
## Client authentication
37
35
38
36
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.
39
37
40
38
Client authentication is not required by Redis Cloud; however, it is strongly recommended.
41
39
42
-
###Enable TLS
40
+
## Enable TLS
43
41
44
42
To enable TLS for a Redis Cloud database:
45
43
@@ -90,6 +88,8 @@ You must download the certificate using the button at this point. After your ch
90
88
- If you provide a client certificate or a certificate chain, you will see the certificate details before you save your changes.
1. You can select **Add client certificate** again to add another certificate.
95
95
@@ -122,7 +122,7 @@ If you don't have the Redis Cloud CA certificates, you can download them from th
122
122
123
123
1. For **Redis Cloud certificate authority**, either:
124
124
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**:
126
126
127
127
{{<imagefilename="images/rc/button-account-settings-security-ca-download.png"width="140px"alt="Use the Download button to download the Redis Cloud CA certificates." >}}
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.
69
69
70
-
{{<imagefilename="images/rc/database-add-account-path-list.png"alt="Select the Source database from the database list." >}}
70
+
{{<imagefilename="images/rc/database-add-account-path-list.png"alt="Select the Source database from the database list."width=70%>}}
71
71
72
72
1. Select **Save Database** to begin updating the database.
0 commit comments