Migrating Data from DCS to Self-Hosted Redis¶
Scenario¶
You can use the online migration function of the DCS console to migrate DCS Redis instances to your self-hosted Redis. You can also export the DCS instance data to an RDB file and import it to local or self-hosted Redis.
Recommended Solutions¶
Online migration on the DCS console
For details, see Online Migration of Self-Hosted Redis. Select Self-hosted Redis and enter the target Redis address when configuring the target Redis.
Use redis-cli or the DCS console to export the DCS instance data to an RDB file, and then use redis-shake to import the file to the target.
For details about how to install and use redis-shake, see Self-Hosted Redis Cluster Migration with redis-shake and redis-shake configuration instructions.
Rump
This tool is recommended for online migration if possible. For details, see Online Migration with Rump.