Help Center> Distributed Cache Service> FAQs> Data Backup, Export, and Migration> What Are the Common Causes of Redis Migration Failures?
Updated on 2022-08-10 GMT+08:00

What Are the Common Causes of Redis Migration Failures?

  • Check if a master/standby switchover occurred during the migration. If it occurred, contact technical support to temporarily disable master/standby switchover until the migration completes.
  • For online migration, check whether the SYNC and PSYNC commands are disabled on the source Redis instance. If they are disabled, enable them to allow data synchronization.
  • By default, a Proxy Cluster instance has only one database (DB0). Before you migrate data from a single-node or master/standby instance to a Proxy Cluster instance, check whether any data exists on databases other than DB0. If yes, enable multi-DB for the Proxy Cluster instance by referring to Enabling Multi-DB.
  • By default, a Redis Cluster instance has only one DB (DB0). Before you migrate data from a single-node or master/standby instance to a Redis Cluster instance, check whether any data exists on databases other than DB0. To ensure that the migration succeeds, move all data to DB0 by referring to Online Migration with Rump.

Data Backup, Export, and Migration FAQs

more