pkdone / gke-mongodb-shards-demo

MongoDB Sharded Cluster Deployment Demo for Kubernetes on GKE
MIT License
48 stars 33 forks source link

Config server doesn't write to persistent volume #7

Open jimmiebtlr opened 6 years ago

jimmiebtlr commented 6 years ago

Config server writes to /data/configdb I believe rather than /data/db.

This means that when a full restart of the cluster or things get shuffled around the config servers data is lost and a recovery is needed.

hiowenluke commented 6 years ago

Thank you so much

iamrafiq commented 1 year ago

hi, I am having the same problem, I do not know how to do recovery.