URGENT : Redis Data Persistence Issue in Azure Container Instance (ACI) despite Proper Volume Mounting and Configuration lose Data
Hello,
I am working on deploying a Redis instance in Azure Container Instances (ACI) using a custom Docker image, but I am encountering an issue with data persistence. Despite setting up proper volume mounting and configuring Redis for persistence (using the appendonly.aof file), I am still concerned about losing data during container restarts.
Even though I’ve configured Redis to use an append-only file (appendonly.aof) for data persistence and properly mounted an Azure file share to store the Redis data, I am concerned about potential data loss when the container is restarted.
Best,