forked from docs/doc-exports
Reviewed-by: Mützel, Andrea <andrea.muetzel@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
1.4 KiB
1.4 KiB
How Can I Migrate Partial Data?
The online migration function provided on the console does not support migration of specified DBs. If you want to migrate specified Redis DBs, use redis-shake to export or import the specified DBs.
For details about how to install and use redis-shake, see Self-Hosted Redis Cluster Migration with redis-shake and redis-shake configuration instructions.
To migrate specified data, develop a script to obtain the specified keys and data and then import the data to a DCS instance.
Parent topic: Data Backup, Export, and Migration