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
@@ -46,10 +46,10 @@ The following sections describe Active-Passive syncing processes.
46
46
To migrate data using Active-Passive syncing, specify the target database as an Active-Passive replica of the source database:
47
47
48
48
1. Get the source database's public endpoint from the **General** section of the database's **Configuration** tab.
49
-
2.Enable the target database as an Active-Passive replica for the source.
50
-
3.Wait for the data to sync.
51
-
4.Switch apps and other connections to the target database.
52
-
5.Disable Active-Passive for the target database.
49
+
2.Activate the target database as an Active-Passive replica for the source.
50
+
3.Stop all writes to the source database and wait for the data to sync.
51
+
4.Turn off Active-Passive for the target database.
52
+
5.Switch apps and other connections to the target database.
53
53
54
54
{{< note >}}
55
55
Before you use Active-Passive, be aware of the following limitations:
@@ -69,17 +69,17 @@ 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**.
72
+
1. 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
76
-
5. In the **Durability** section, enable **Active-Passive Redis** and then select **Add Source**.
76
+
1. In the **Durability** section, enable **Active-Passive Redis** and then select **Add Source**.
77
77
78
78
{{<imagefilename="images/rc/migrate-data-active-passive-enable.png"alt="Active-Passive settings are located in the **Durability** section of the database **Configuration** tab." >}}
79
79
80
80
{{<imagefilename="images/rc/button-database-uri-add.png"alt="Use the **Add Source** button to specify the source of the Active-Passive replica."width="150px">}}
81
81
82
-
6. This will open the **Add Active-Passive Redis** screen. Select where the source database is located.
82
+
1. This will open the **Add Active-Passive Redis** screen. Select where the source database is located.
@@ -113,13 +113,13 @@ Follow these detailed steps to migrate data using Active-Passive syncing:
113
113
114
114
1. Configure the source database to accept the client certificate.
115
115
116
-
7. Select **Save Active-Passive** to save your Active-Passive settings.
116
+
1. Select **Save Active-Passive** to save your Active-Passive settings.
117
117
118
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
122
-
8. Select **Save Database** to begin updating the database.
122
+
1. Select **Save Database** to begin updating the database.
123
123
124
124
{{<imagefilename="images/rc/button-database-save.png"alt="Use the **Save Database** button to save your changes, deploy the database, and to start data migration." >}}
0 commit comments