Hello Team,
Currently, I am running Sentry v.8.22 on AWS kops cluster with the following components.
1- AWS RDS postgres DB .
2- AWS ElastiCache redis .
Now i want to migrate my current deployment to v.9.1.2 on Kubernetes, my setup is .
1- AWS RDS postgres DB .
2- Redis:latest image from dockerhub.
What i have learned so far is .
1- I can do database migration by starting a new RDS instance from snapshot then run ,
“sentry --rm web upgrade”
However i didn’t find any docs on how to migrate from elasticache to redis container, do i even need to copy anything from there ?