DCS for Redis supports online migration (in full or incrementally) and backup migration (by importing backup files).
This migration mode can be used for migrating data from other Redis vendors or self-hosted Redis to DCS for Redis.
The following table describes data migration modes supported by DCS.
Migration Mode |
Source |
Target: DCS |
||
|---|---|---|---|---|
Single-node or master/standby |
Proxy Cluster |
Redis Cluster |
||
Importing backup files |
AOF file NOTE:
AOF files exported from Redis 4.0/5.0/6.0 instances and other instances with RDB compression enabled cannot be imported. |
√ |
√ |
× |
RDB file |
√ |
√ |
√ |
|
Migrating data online |
DCS for Redis: Single-node or master/standby |
√ |
√ |
√ |
DCS for Redis: Proxy Cluster NOTE:
Proxy Cluster DCS Redis 3.0 instances cannot be used as the source, while Proxy Cluster DCS Redis 4.0 or 5.0 instances can. |
√ |
√ |
√ |
|
DCS for Redis: Redis Cluster |
√ |
√ |
√ |
|
Self-hosted Redis: single-node or master/standby |
√ |
√ |
√ |
|
Self-hosted Redis: proxy-based cluster |
√ |
√ |
√ |
|
Self-hosted Redis: Redis Cluster |
√ |
√ |
√ |
|
Other Redis: single-node or master/standby |
√ |
√ |
√ |
|
Other Redis: proxy-based cluster |
√ |
√ |
√ |
|
Other Redis: Redis Cluster |
√ |
√ |
√ |
|
NOTE:
You can migrate data online in full or incrementally from other cloud Redis to DCS for Redis if they are connected and the SYNC and PSYNC commands can be run on the source Redis. However, some instances provided by other cloud vendors may fail to be migrated online. In this case, migrate data through backup import or use other migration schemes. Migration Tools and Schemes |
||||