Skip to content

Commit b4ab052

Browse files
authored
Merge pull request #1451 from redis/DOC-5090
RC: Add safest steps to migrate data with Replica Of
2 parents fc3ff05 + 85c8eeb commit b4ab052

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ The following sections describe Active-Passive syncing processes.
4646
To migrate data using Active-Passive syncing, specify the target database as an Active-Passive replica of the source database:
4747

4848
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.
5353

5454
{{< note >}}
5555
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:
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**.
72+
1. 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

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**.
7777

7878
{{<image filename="images/rc/migrate-data-active-passive-enable.png" alt="Active-Passive settings are located in the **Durability** section of the database **Configuration** tab." >}}
7979

8080
{{<image filename="images/rc/button-database-uri-add.png" alt="Use the **Add Source** button to specify the source of the Active-Passive replica." width="150px">}}
8181

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.
8383

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

@@ -113,13 +113,13 @@ Follow these detailed steps to migrate data using Active-Passive syncing:
113113

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

116-
7. Select **Save Active-Passive** to save your Active-Passive settings.
116+
1. Select **Save Active-Passive** to save your Active-Passive settings.
117117

118118
{{<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

122-
8. Select **Save Database** to begin updating the database.
122+
1. Select **Save Database** to begin updating the database.
123123

124124
{{<image filename="images/rc/button-database-save.png" alt="Use the **Save Database** button to save your changes, deploy the database, and to start data migration." >}}
125125

0 commit comments

Comments
 (0)