Skip to content

Commit f6319b5

Browse files
authored
Merge pull request #1437 from redis/DOC-5117
RC: Import data issue
2 parents baa9f81 + 857bbf4 commit f6319b5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/operate/rc/databases/import-data.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ weight: 20
1212
You can import an existing dataset into your Redis Cloud instance from an existing Redis server or an RDB file.
1313

1414
{{< warning >}}
15-
Data imported into an existing database overwrites any existing data.
15+
Data imported into an existing database overwrites existing data.
16+
- If you import a dataset into the target database of an [Active-Passive setup]({{< relref "/operate/rc/databases/migrate-databases#sync-using-active-passive" >}}), the dataset will be overwritten by any changes to the source database.
17+
- If you import a dataset into one region in an [Active-Active database]({{< relref "/operate/rc/databases/configuration/active-active-redis" >}}), the dataset will also be replicated across regions.
1618
{{< /warning >}}
1719
<br/>
1820
{{< note >}}
@@ -68,6 +70,9 @@ If your FTP username or password contains special characters such as `@`, `\`, o
6870
{{< /note >}}
6971

7072
1. For sharded databases with multiple RDB files, select **Add source** to add another RDB file.
73+
{{< warning >}}
74+
For sharded databases with multiple RDB files, make sure to add every file before proceeding.
75+
{{< /warning >}}
7176

7277
1. Select **Import**.
7378

0 commit comments

Comments
 (0)