Help Center> Distributed Cache Service> Data Migration Guide> Migrating Data from DCS to Self-Hosted Redis

Migrating Data from DCS to Self-Hosted Redis

Scenario

You can use the online migration function of the DCS console to migrate HUAWEI CLOUD 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-port to import the file to the target.

    For details on how to install and use redis-port, see Self-Hosted Redis Migration with redis-port (RDB).