Replicate Data Between Elasticache Redis Clusters

0

i have an elasticache cluster in old version. then i decide to upgrade new version of redis. so i created new redis cluster with new version and connected with application. but i dont have any old cluster data. i just need to export data from old version redis cluster to new version redis cluster. i researched all document from aws side but all are just migrate data while creating new redis cluster but not for migrate to exsiting cluster.

kindly help me for above requirement. :)

  • Thanks for accepting my answer. DIdier

Nirmal
asked 4 months ago202 views
1 Answer
0
Accepted Answer

Hi,

You will be interested by this article explaining a Redis migration very similar to yours: between an old and new cluster.

See https://medium.com/afilmycode/how-we-migrated-aws-elasticache-redis-cluster-to-another-in-production-e67e8af33dab

They even provide the Python code to do tis migration and check for the absence of discrepancies.

Best,

Didier

profile pictureAWS
EXPERT
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions