Hi, I have followed the setup in Redis on Fly however I am struggling to figure a multi-region deployment.
What I have :::
Apps running in DFW and syd.
Postgres multi region running in dfw and syd.
What I want :::
My apps to connect to a nearest redis server in their region.
What I tried :::
I have deployed a redis image and volume to dfw without issue. It returns the URL “top1.nearest.of.xxxxxxxxx-redis.internal” which looks fine.
I created a volume in syd using “fly volumes create xxxxxxx_redis_server --size 1 --region syd”
I ran the command “fly regions add syd” in the folder where the redis toml file exists but got the error “App ‘xxxxxxxx-redis’ uses volumes to control regions. Add or remove volumes to change region placement.”
What am I doing wrong ? Thanks, Tom.